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

@ -21,7 +21,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
"trace", # tracing is nice "trace", # tracing is nice
"wayland", "wayland",
"wav", # sound files "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 # TODO: would be nice to get this working while developing
"dynamic_linking", "dynamic_linking",

View file

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