jwasm: 2.18 -> 2.19 (#377305)

Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 03:06:22 +00:00
committed by GitHub

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 = [