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

wasmedge: 0.13.3 -> 0.13.4
This commit is contained in:
Pol Dellaiera
2023-09-20 19:59:32 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wasmedge";
version = "0.13.3";
version = "0.13.4";
src = fetchFromGitHub {
owner = "WasmEdge";
repo = "WasmEdge";
rev = finalAttrs.version;
sha256 = "sha256-IZMYeuneKtcuvbEVgkF2C3gbxJe7GlXRNEYwpFxtiKA=";
sha256 = "sha256-2EKUnRvd1w1TxO7OFKYpTzSXC3fdIU7Jk0MIPPTY96U=";
};
nativeBuildInputs = [