diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-04-15 20:19:08 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-04-15 20:19:08 +0200 |
commit | b5e1103caf5e8225176ba74a6f4f0a9b2bde7192 (patch) | |
tree | 24abf71a1f44e849564d41f5fbc446bc221c31aa | |
parent | 861070f74d75cd7b5ff4a410166b4df784b5b57f (diff) |
Update go to 1.19 (by updating nixpkgs)
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2,16 +2,16 @@ "nodes": { "pkgsSrc": { "locked": { - "lastModified": 1659914493, - "narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=", + "lastModified": 1681482634, + "narHash": "sha256-cT/nr3L8khEYZSGp8qqwxFH+/q4/547MfyOdSj6MhBk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf", + "rev": "fda0d99c2cbbb5c89d8855d258cb0821bd9113ad", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-21.05", + "ref": "nixos-22.11", "type": "indirect" } }, @@ -1,5 +1,5 @@ { - inputs.pkgsSrc.url = "nixpkgs/nixos-21.05"; + inputs.pkgsSrc.url = "nixpkgs/nixos-22.11"; inputs.utils.url = "github:numtide/flake-utils"; outputs = { |