Update go to 1.19 (by updating nixpkgs)

main
Brian Picciano 1 year ago
parent 861070f74d
commit b5e1103caf
  1. 8
      flake.lock
  2. 2
      flake.nix

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"pkgsSrc": { "pkgsSrc": {
"locked": { "locked": {
"lastModified": 1659914493, "lastModified": 1681482634,
"narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=", "narHash": "sha256-cT/nr3L8khEYZSGp8qqwxFH+/q4/547MfyOdSj6MhBk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf", "rev": "fda0d99c2cbbb5c89d8855d258cb0821bd9113ad",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-21.05", "ref": "nixos-22.11",
"type": "indirect" "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"; inputs.utils.url = "github:numtide/flake-utils";
outputs = { outputs = {

Loading…
Cancel
Save