Skip to content

Commit a468955

Browse files
mujs: 1.3.5 -> 1.3.6 (NixOS#378743)
2 parents 390cd3b + 65bb3bc commit a468955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mu/mujs/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "mujs";
12-
version = "1.3.5";
12+
version = "1.3.6";
1313

1414
src = fetchurl {
1515
url = "https://mujs.com/downloads/mujs-${version}.tar.gz";
16-
hash = "sha256-eKMRrkIkQAd0ywnvW6omM8JpcVE/i5MdMiSg64WxPgs=";
16+
hash = "sha256-fPOl5iLP9BkD7/8DNFGPyUrwYyVnUsOLpGGKUZHkTxg=";
1717
};
1818

1919
buildInputs = [ readline ];

0 commit comments

Comments
 (0)