wasmedge: 0.14.0 -> 0.14.1 (#342944)

This commit is contained in:
Weijia Wang 2024-09-27 00:04:26 +02:00 committed by GitHub
commit 2f2e8421e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wasmedge";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "WasmEdge";
repo = "WasmEdge";
rev = finalAttrs.version;
sha256 = "sha256-JPuJIM5OU1qCvFZEQ3gDNBZsIiJijtWLAVGp54z7lt0=";
sha256 = "sha256-70vvQGYcer3dosb1ulWO1F4xFwKwfo35l/TFSFa5idM=";
};
nativeBuildInputs = [