Commit 2aca66c8 authored by R. RyanTM's avatar R. RyanTM
Browse files

wasmedge: 0.13.5 -> 0.14.0

parent 64ea1c06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [