diff --git a/flake.lock b/flake.lock index 27fcb81..6b5b308 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1686020360, - "narHash": "sha256-Wee7lIlZ6DIZHHLiNxU5KdYZQl0iprENXa/czzI6Cj4=", + "lastModified": 1704722960, + "narHash": "sha256-mKGJ3sPsT6//s+Knglai5YflJUF2DGj7Ai6Ynopz0kI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4729ffac6fd12e26e5a8de002781ffc49b0e94b7", + "rev": "317484b1ead87b9c1b8ac5261a8d2dd748a0492d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 57a98a1..23ee1f0 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ # Update the hash if go dependencies change! # vendorHash = pkgs.lib.fakeHash; - vendorHash = "sha256-xc6BBLCwhJ9wF7ecNDZCaXI1puDb8BB5rLxD3o41Pgo="; + vendorHash = "sha256-/p8Ib3AxMyZsrr8oFNNBBAM3flLiWh+4GkS/c2jpzQI="; ldflags = [ "-s" "-w" ];