Skip to content

Commit d632d19

Browse files
authored
wasmi: 0.43.0 -> 0.44.0 (NixOS#396913)
2 parents 4864f82 + 0d5ceba commit d632d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/wasmi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "wasmi";
10-
version = "0.43.0";
10+
version = "0.44.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "paritytech";
1414
repo = "wasmi";
1515
tag = "v${version}";
16-
hash = "sha256-h8eViInYiq0HhdYtqjurOOw93to+J5NsOdFXJYZsl8g=";
16+
hash = "sha256-tKUkcuVT2945+pf7qdCgbUYbtiZmfE7tfzRlf8H/GkU=";
1717
fetchSubmodules = true;
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-f4oN82T/PepntbDsFTugZkYclaeQXMPAxoV7R7gtqf0=";
21+
cargoHash = "sha256-1p/cibicoH39+/Xrf28W2jOWK23LVu7L0nnsVDgvIV8=";
2222
passthru.updateScript = nix-update-script { };
2323

2424
meta = with lib; {

0 commit comments

Comments
 (0)