jwasm: 2.18 -> 2.19

This commit is contained in:
R. Ryantm
2025-01-27 13:19:11 +00:00
parent d73ab2f142
commit df88061665
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jwasm";
version = "2.18";
version = "2.19";
src = fetchFromGitHub {
owner = "Baron-von-Riedesel";
repo = "JWasm";
rev = "v${finalAttrs.version}";
hash = "sha256-xbiyGBTzIkAfUy45JdAl77gbvArzVUQNPOxa+H2uGFo=";
hash = "sha256-rWn/PhdOkA8aKDPx5GlfM6RuHcy1Hhudh1auVfaNtdI=";
};
outputs = [