Fix cargo hash

This commit is contained in:
Daniel Flanagan 2024-07-31 10:11:25 -05:00
parent d42483f166
commit 1e8281eedd
2 changed files with 3 additions and 3 deletions

View file

@ -69,8 +69,8 @@
buildInputs = linkTimeDeps pkgs;
src = ./.;
hash = pkgs.lib.fakeHash;
# cargoHash = pkgs.lib.fakeHash;
cargoHash = "sha256-pXyMRYFpG9hr0itt5izAF+HDAL6m7ktHAnV7sPSwzp4=";
# cargoHash = "";
cargoHash = "sha256-d7luBIWHWn2ZpmSnIgpuLXsy1URUIojpPFboMtqa2ps=";
# a hack to avoid using mold as our linker when building with nix
postUnpack = ''