mujs: 1.3.4 -> 1.3.5

Changes: https://github.com/ccxvii/mujs/compare/1.3.4...1.3.5
This commit is contained in:
Sergei Trofimovich 2024-06-21 22:20:44 +01:00
parent 47ea5bd487
commit 45d41e77b3

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "mujs";
version = "1.3.4";
version = "1.3.5";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.gz";
hash = "sha256-wBVHWID2o4LnBhaclDcafdbMIgeIMvbghlr4KJwu9Cs=";
hash = "sha256-eKMRrkIkQAd0ywnvW6omM8JpcVE/i5MdMiSg64WxPgs=";
};
buildInputs = [ readline ];