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

This commit is contained in:
OPNA2608 2024-02-07 17:57:21 +01:00
parent bfb6ea04cf
commit 97d0c1d158

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libz";
version = "unstable-2018-03-31";
version = "1.2.8.2015.12.26-unstable-2018-03-31";
src = fetchFromGitLab {
owner = "sortix";
@ -18,7 +18,9 @@ stdenv.mkDerivation (finalAttrs: {
outputs = [ "out" "dev" ];
outputDoc = "dev"; # single tiny man3 page
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "libz-";
};
meta = {
homepage = "https://sortix.org/libz/";