Merge pull request #303451 from ereslibre/bump-wasmtime-19

wasmtime: 19.0.1 -> 19.0.2

authored by Mario Rodas and committed by GitHub 6c8c1732 8c19cfa3

+3 -3
+3 -3
pkgs/development/interpreters/wasmtime/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wasmtime"; 5 - version = "19.0.1"; 6 7 src = fetchFromGitHub { 8 owner = "bytecodealliance"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-MHoIVJ+x8GFzbO2YaknnzS/qSMyODvel88IHif9L97A="; 12 fetchSubmodules = true; 13 }; 14 15 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 16 auditable = false; 17 - cargoHash = "sha256-r07neWK7d4407U941XtyUOlRcjQVNUsXJKavSNHvYZM="; 18 cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ]; 19 20 outputs = [ "out" "dev" ];
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wasmtime"; 5 + version = "19.0.2"; 6 7 src = fetchFromGitHub { 8 owner = "bytecodealliance"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-t+2bkJ1SFN7Bi1Mj74CKGhnL2vWpruQKf8lYJWLOqB8="; 12 fetchSubmodules = true; 13 }; 14 15 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 16 auditable = false; 17 + cargoHash = "sha256-Jr02AQWz4ILYZWlGtcVYWTcBojHWZk871bWuEyG5QxE="; 18 cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ]; 19 20 outputs = [ "out" "dev" ];