quickjs: 2021-03-27 -> 2023-12-09

daa35bc1e5/Changelog
This commit is contained in:
Thomas Gerbet 2023-12-10 16:03:24 +01:00
parent b81737e304
commit 7c1035d290

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "quickjs";
version = "2021-03-27";
version = "2021-12-09";
src = fetchFromGitHub {
owner = "bellard";
repo = pname;
rev = "b5e62895c619d4ffc75c9d822c8d85f1ece77e5b";
hash = "sha256-VMaxVVQuJ3DAwYrC14uJqlRBg0//ugYvtyhOXsTUbCA=";
rev = "daa35bc1e5d43192098af9b51caeb4f18f73f9f9";
hash = "sha256-BhAsa8tumCQ4jK/TbRbptj2iOIUFFjU1MQYdIrDMpko=";
};
postPatch = lib.optionalString stdenv.isDarwin ''