From 51ba50985ac3aa264b27698d8a642a944d29abea Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Fri, 28 Apr 2023 10:15:11 +0200 Subject: [PATCH] wasmtime: 8.0.0 -> 8.0.1 Fixes CVE-2023-30624. https://github.com/bytecodealliance/wasmtime/blob/v8.0.1/RELEASES.md --- pkgs/development/interpreters/wasmtime/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix index a3b736a6d9e7..4103741dacef 100644 --- a/pkgs/development/interpreters/wasmtime/default.nix +++ b/pkgs/development/interpreters/wasmtime/default.nix @@ -2,17 +2,17 @@ rustPlatform.buildRustPackage rec { pname = "wasmtime"; - version = "8.0.0"; + version = "8.0.1"; src = fetchFromGitHub { owner = "bytecodealliance"; repo = pname; rev = "v${version}"; - hash = "sha256-NSD0xWqxRVFiearYRZFIllizsRHPylWYNzcNoC6+Cpg="; + hash = "sha256-xSHwR2MGL49VDKjzAh+xYHbLz3FFg3KYVBjALVgKSQI="; fetchSubmodules = true; }; - cargoHash = "sha256-v0DLbYM9EoIcj0JEH+LWrMx14gLRfCLW8wYDFKdFNCs="; + cargoHash = "sha256-A2JhjRFKPltHubiJYHBXj2H4cdU43Y2x6UjEpRGPX7U="; cargoBuildFlags = [ "--package wasmtime-cli"