Merge pull request #295169 from r-ryantm/auto-update/quickjs-ng

quickjs-ng: 0.3.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2024-03-12 01:47:32 -05:00 committed by GitHub
commit d52834b609
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.3.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "quickjs-ng";
repo = "quickjs";
rev = "v${finalAttrs.version}";
hash = "sha256-4nFc9xdxrfRWeOY9VNQAI4Ph7G1GMnw06XZiO6xA72o=";
hash = "sha256-mo+YBhaCqGRWfVRvZCD0iB2pd/DsHsfWGFeFxwwyxPk=";
};
outputs = [ "bin" "out" "dev" "doc" "info" ];