Skip to content

Commit

Permalink
wasm-pack: Update hash.
Browse files Browse the repository at this point in the history
The previous hash was generated on aarch64. Due to #60668 the hash is different on different platforms. I am updating to use the x86_64-linux hash to fix building on hydra.
  • Loading branch information
kevincox committed May 3, 2019
1 parent 069aeee commit bd78d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/wasm-pack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1z66m16n4r16zqmnv84a5jndr5x6mdqdq4b1wq929sablwqd2rl4";
};

cargoSha256 = "1xdx0gjqd4zyhnp72hz88rdmgry1m7rcw2j73lh67vp08z74y54y";
cargoSha256 = "0hp68w5mvk725gzbmlgl8j6wa1dv2fydil7jvq0f09mzxxaqrwcs";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit bd78d55

Please sign in to comment.