Skip to content

Commit 64dc847

Browse files
committed
nix: upgrade nixpkgs to 24.05
1 parent fc3438f commit 64dc847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
with import (builtins.fetchTarball {
2-
name = "2023-09-16";
3-
url = "https://github.com/NixOS/nixpkgs/archive/ae5b96f3ab6aabb60809ab78c2c99f8dd51ee678.tar.gz";
4-
sha256 = "11fpdcj5xrmmngq0z8gsc3axambqzvyqkfk23jn3qkx9a5x56xxk";
2+
name = "24.05";
3+
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
4+
sha256 = "sha256:1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
55
}) {};
66
mkShell {
77
buildInputs =

0 commit comments

Comments
 (0)