summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:19:08 +0200
committerBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:19:08 +0200
commitb5e1103caf5e8225176ba74a6f4f0a9b2bde7192 (patch)
tree24abf71a1f44e849564d41f5fbc446bc221c31aa
parent861070f74d75cd7b5ff4a410166b4df784b5b57f (diff)
Update go to 1.19 (by updating nixpkgs)
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index f359845..841c5c6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
},
diff --git a/flake.nix b/flake.nix
index 3a1eb3e..88db3f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {