quickjs-ng: 0.16.2 -> 0.17.0 (#564802)

This commit is contained in:
Nikolay Korotkiy
2026-09-19 15:01:39 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quickjs-ng";
version = "0.16.2";
version = "0.17.0";
src = fetchFromGitHub {
owner = "quickjs-ng";
repo = "quickjs";
tag = "v${finalAttrs.version}";
hash = "sha256-r4aO+ItSogpFeYRPfAditJsit5qN8J5LU+xGPhKhgwA=";
hash = "sha256-TmKpLIrGeTSYk77hfuIQtxT/k9cxUo30bICqFumgDrY=";
};
outputs = [