Commit c3717875 authored by Anderson Torres's avatar Anderson Torres
Browse files

jwasm: 2.15 -> 2.16

parent 3a856243
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jwasm";
  version = "2.15";
  version = "2.16";

  src = fetchFromGitHub {
    owner = "Baron-von-Riedesel";
    repo  = "JWasm";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ef4uEtEpnqYGhFmxuefJ40zyOuHsiPOLpH/52i7a7KI=";
    hash = "sha256-X2qqS4ev0+PeA1Gcsi8nivKAGZv7jxThxmQL/Jf5oB0=";
  };

  outputs = [ "out" "doc" ];