libz: 1.2.8.2015.12.26-unstable-2018-03-31 -> 1.2.8.2025.03.07

This commit is contained in:
R. Ryantm 2025-03-08 06:17:35 +00:00 committed by Weijia Wang
parent f4e4e4ed35
commit bf39f30a76

View file

@ -2,18 +2,18 @@
lib,
stdenv,
fetchFromGitLab,
unstableGitUpdater,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libz";
version = "1.2.8.2015.12.26-unstable-2018-03-31";
version = "1.2.8.2025.03.07";
src = fetchFromGitLab {
owner = "sortix";
repo = "libz";
rev = "752c1630421502d6c837506d810f7918ac8cdd27";
hash = "sha256-AQuZ0BOl1iP5Nub+tVwctlE2tfJe4Sq/KDGkjwBbsV4=";
tag = "libz-${finalAttrs.version}";
hash = "sha256-tr9r0X+iHz3LZFgIxi3JMQUnSlyTRtAIhtjwI+DIhpc=";
};
outputs = [
@ -22,8 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
];
outputDoc = "dev"; # single tiny man3 page
passthru.updateScript = unstableGitUpdater {
tagPrefix = "libz-";
passthru.updateScript = gitUpdater {
rev-prefix = "libz-";
};
meta = {