shell-nix: update the nixpkgs version

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
markoburcul 2024-10-31 14:47:50 +01:00
parent 892706a316
commit bb1493c5af
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
source ? builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/614b4613980a522ba49f0d194531beddbb7220d3.tar.gz";
sha256 = "sha256:1kipdjdjcd1brm5a9lzlhffrgyid0byaqwfnpzlmw3q825z7nj6w";
url = "https://github.com/NixOS/nixpkgs/archive/df27247e6f3e636c119e2610bf12d38b5e98cc79.tar.gz";
sha256 = "sha256:0bbvimk7xb7akrx106mmsiwf9nzxnssisqmqffla03zz51d0kz2n";
},
pkgs ? import (source) {}
}: