Fix cargo hash
This commit is contained in:
parent
d42483f166
commit
1e8281eedd
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue