Skip to content

Commit

Permalink
Fix hash of pinned nixpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
SEbbaDK committed Dec 6, 2021
1 parent cfd0fa5 commit a17887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
rev = "716815ce2a1fcb135843c7441648a59d62fb6eb6";
hash = "1x1ksjz6ag83nnsc1z8liw5sbgxi95lk1j58k3wnjnsx3dhca961";
hash = "0qhjj4c6jx2s2da6zch2mfy0q7iwz3flpik4w4vw7bag3k26ia6k";
in
import (fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/${rev}.tar.gz";
Expand Down

0 comments on commit a17887a

Please sign in to comment.