kew: 4.0.0 -> 4.1.8 (#539735)

This commit is contained in:
Matteo Pacini
2026-07-12 20:43:26 +00:00
committed by GitHub

View File

@@ -34,13 +34,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "kew";
version = "4.0.0";
version = "4.1.8";
src = fetchFromGitHub {
owner = "ravachol";
repo = "kew";
tag = "v${finalAttrs.version}";
hash = "sha256-DtYiqAM5q6H5f1s39CMO/kA1tPFvwcmzS31gZqPz8MQ=";
hash = "sha256-qT1hroZPmZezAQ1PzpDMLDgN8PufwbFtuIYGqvAcvNo=";
};
postPatch = ''
@@ -83,9 +83,12 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
makeFlags = [
"PREFIX=${placeholder "out"}"
];
installFlags = [
"MAN_DIR=${placeholder "out"}/share/man"
"PREFIX=${placeholder "out"}"
];
nativeInstallCheckInputs = [ versionCheckHook ];