quickjs-ng: 0.5.0 -> 0.6.0 (#343409)

This commit is contained in:
Weijia Wang 2024-09-27 01:03:44 +02:00 committed by GitHub
commit a232bd65f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quickjs-ng";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "quickjs-ng";
repo = "quickjs";
rev = "v${finalAttrs.version}";
hash = "sha256-4CC7IxA5t+L99H4Rvkx0xkXFHuqNP3HTmS46JEuy7Vs=";
hash = "sha256-gULpJhOOmhzq2Ydl4soNBiiONtdt2T4sgcSqIBCo3SM=";
};
outputs = [ "bin" "out" "dev" "doc" "info" ];