Merge pull request #314054 from r-ryantm/auto-update/wasmedge

wasmedge: 0.13.5 -> 0.14.0
This commit is contained in:
Matthias Beyer
2024-05-26 14:25:14 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wasmedge";
version = "0.13.5";
version = "0.14.0";
src = fetchFromGitHub {
owner = "WasmEdge";
repo = "WasmEdge";
rev = finalAttrs.version;
sha256 = "sha256-JaFaqYIwcRXYl5JukAfViUn8VTpMPThFO8EaVTPIudA=";
sha256 = "sha256-JPuJIM5OU1qCvFZEQ3gDNBZsIiJijtWLAVGp54z7lt0=";
};
nativeBuildInputs = [