diff --git a/packaging/wasmtime.nix b/packaging/wasmtime.nix index 3e8b71280c0..181b700f972 100644 --- a/packaging/wasmtime.nix +++ b/packaging/wasmtime.nix @@ -3,13 +3,13 @@ { lib, stdenv, - rust_1_89, + rustPlatform, fetchFromGitHub, cmake, enableShared ? !stdenv.hostPlatform.isStatic, enableStatic ? stdenv.hostPlatform.isStatic, }: -rust_1_89.packages.stable.rustPlatform.buildRustPackage (finalAttrs: { +rustPlatform.buildRustPackage (finalAttrs: { pname = "wasmtime"; version = "40.0.2";