File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/interpreters/wasmtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33rustPlatform . 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" ] ;
You can’t perform that action at this time.
0 commit comments