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 = "30 .0.2 " ;
5+ version = "31 .0.0 " ;
66
77 src = fetchFromGitHub {
88 owner = "bytecodealliance" ;
99 repo = pname ;
1010 rev = "v${ version } " ;
11- hash = "sha256-crVetjCSdwMotVvlIB2fJIFDrGrRE72LmRRw9DwYmyc =" ;
11+ hash = "sha256-IQeYmqCXhzWsuufrLKeBI2sw86dXbn7c5DbmcoJTWvo =" ;
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 ;
1717 useFetchCargoVendor = true ;
18- cargoHash = "sha256-YupZr9jturuiFICubrXeOpAeFRvvdX4iRrarBkGL2s0 =" ;
18+ cargoHash = "sha256-zMDpbJoOaKJ974Ln43JtY3f3WOq2dEmdgX9TubYdlow =" ;
1919 cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ] ;
2020
2121 outputs = [ "out" "dev" ] ;
You can’t perform that action at this time.
0 commit comments