jwasm: 2.14 -> 2.15

This commit is contained in:
R. Ryantm 2022-07-29 12:01:31 +00:00
parent 1d523e2fbb
commit 5960a2d1b4

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "jwasm";
version = "2.14";
version = "2.15";
src = fetchFromGitHub {
owner = "Baron-von-Riedesel";
repo = "JWasm";
rev = "v${version}";
hash = "sha256-BUSsF73Q2vq6tF/YHMUyAmmFE/WWVQLRFJZkOD8T7f8=";
hash = "sha256-ef4uEtEpnqYGhFmxuefJ40zyOuHsiPOLpH/52i7a7KI=";
};
outputs = [ "out" "doc" ];