File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/qu/quickjs-ng Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010stdenv . 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 '' ;
You can’t perform that action at this time.
0 commit comments