Commit 62a4163e authored by emaryn's avatar emaryn
Browse files

quickjs-ng: 0.6.1 -> 0.8.0

parent f2acf15f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
  '';