Skip to content

Commit d933912

Browse files
authored
quickjs-ng: 0.6.1 -> 0.8.0 (#384400)
2 parents 6934c6e + 62a4163 commit d933912

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/qu/quickjs-ng/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "quickjs-ng";
12-
version = "0.6.1";
12+
version = "0.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "quickjs-ng";
1616
repo = "quickjs";
17-
rev = "v${finalAttrs.version}";
18-
hash = "sha256-7IAkmlzgiPVd8yRv7LU5a7HWCB+eQk1Ur1KwZupwty0=";
17+
tag = "v${finalAttrs.version}";
18+
hash = "sha256-o0Cpy+20EqNdNENaYlasJcKIGU7W4RYBcTMsQwFTUNc=";
1919
};
2020

2121
outputs = [
@@ -45,13 +45,13 @@ stdenv.mkDerivation (finalAttrs: {
4545
strictDeps = true;
4646

4747
postBuild = ''
48-
pushd ../doc
48+
pushd ../docs
4949
makeinfo *texi
5050
popd
5151
'';
5252

5353
postInstall = ''
54-
pushd ../doc
54+
pushd ../docs
5555
install -Dm644 -t ''${!outputInfo}/share/info *info
5656
popd
5757
'';

0 commit comments

Comments
 (0)