diff --git a/default.nix b/default.nix index 4dd6cbaf64..fad60bbda4 100644 --- a/default.nix +++ b/default.nix @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec { #preConfigure = "export HOME=`mktemp -d`"; postInstall = "cp -R $src/assets $out/bin/assets"; # If veloren-vendor build fails with hash mismatch, change this hash with `got:` hash - cargoSha256 = "0715pic4fsbacpv5pz67hyp1sqqw3z41rxn4y5hgjdqaw8a4blq2"; + cargoSha256 = "13aa2jypqhg4y7bpkxqdchd0sw85hq6galafswbg1d4bjwphnq70"; meta = { platforms = stdenv.lib.platforms.linux; diff --git a/shell.nix b/shell.nix index e4b817881c..ee804192e5 100644 --- a/shell.nix +++ b/shell.nix @@ -27,6 +27,8 @@ import ./default.nix { "voxygen/src/main.rs" "world/Cargo.toml" "world/src/lib.rs" + "network/Cargo.toml" + "network/src/lib.rs" ] ); }