We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4864f82 + 0d5ceba commit d632d19Copy full SHA for d632d19
pkgs/by-name/wa/wasmi/package.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "wasmi";
10
- version = "0.43.0";
+ version = "0.44.0";
11
12
src = fetchFromGitHub {
13
owner = "paritytech";
14
repo = "wasmi";
15
tag = "v${version}";
16
- hash = "sha256-h8eViInYiq0HhdYtqjurOOw93to+J5NsOdFXJYZsl8g=";
+ hash = "sha256-tKUkcuVT2945+pf7qdCgbUYbtiZmfE7tfzRlf8H/GkU=";
17
fetchSubmodules = true;
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-f4oN82T/PepntbDsFTugZkYclaeQXMPAxoV7R7gtqf0=";
+ cargoHash = "sha256-1p/cibicoH39+/Xrf28W2jOWK23LVu7L0nnsVDgvIV8=";
22
passthru.updateScript = nix-update-script { };
23
24
meta = with lib; {
0 commit comments