jwasm: 2.15 -> 2.16

This commit is contained in:
AndersonTorres 2022-11-15 11:16:20 -03:00
parent 3a856243be
commit c371787587

View File

@ -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" ];