Skip to content

Commit 29d0271

Browse files
committed
wasmtime: 26.0.0 -> 26.0.1
Diff: bytecodealliance/wasmtime@v26.0.0...v26.0.1
1 parent cda153c commit 29d0271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/interpreters/wasmtime/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "wasmtime";
5-
version = "26.0.0";
5+
version = "26.0.1";
66

77
src = fetchFromGitHub {
88
owner = "bytecodealliance";
99
repo = pname;
1010
rev = "v${version}";
11-
hash = "sha256-zcAYF/accq0Z0aKZLquFY+iDs1uh57sbZ/zXGqZ3KZI=";
11+
hash = "sha256-Q7f35Y3ZZ7BHLwmdsa0I5gtlNMObscVD/3jKrVetGnA=";
1212
fetchSubmodules = true;
1313
};
1414

1515
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
1616
auditable = false;
17-
cargoHash = "sha256-ufojfTrChL363AX/W8hT3pJYeYijqJ7azECuUGGmBx0=";
17+
cargoHash = "sha256-kaE+LoqnWPZcM9H5FM7SRPRq2J78yrL5zWdV2klVLDU=";
1818
cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];
1919

2020
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)