quickjs-ng: 0.6.1 -> 0.8.0 (#384400)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 04:02:37 +01:00
committed by GitHub
+5 -5
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quickjs-ng";
version = "0.6.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "quickjs-ng";
repo = "quickjs";
rev = "v${finalAttrs.version}";
hash = "sha256-7IAkmlzgiPVd8yRv7LU5a7HWCB+eQk1Ur1KwZupwty0=";
tag = "v${finalAttrs.version}";
hash = "sha256-o0Cpy+20EqNdNENaYlasJcKIGU7W4RYBcTMsQwFTUNc=";
};
outputs = [
@@ -45,13 +45,13 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
postBuild = ''
pushd ../doc
pushd ../docs
makeinfo *texi
popd
'';
postInstall = ''
pushd ../doc
pushd ../docs
install -Dm644 -t ''${!outputInfo}/share/info *info
popd
'';