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
commit 869ee59fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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