Fix cargo hash
This commit is contained in:
parent
d42483f166
commit
1e8281eedd
|
@ -21,7 +21,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
|
|||
"trace", # tracing is nice
|
||||
"wayland",
|
||||
"wav", # sound files
|
||||
"sysinfo_plugin", # probably will want this for troubleshooting or just surfacing useful information to the gamer (such as FPS?)
|
||||
"sysinfo_plugin", # probably will want this for troubleshooting or just surfacing useful information to the gamer (such as FPS?)
|
||||
|
||||
# TODO: would be nice to get this working while developing
|
||||
"dynamic_linking",
|
||||
|
|
|
@ -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