Merge pull request #183650 from r-ryantm/auto-update/jwasm

jwasm: 2.14 -> 2.15
This commit is contained in:
Anderson Torres
2022-07-29 22:48:55 -03:00
committed by GitHub
+2 -2
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" ];