lol

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

OPNA2608 97d0c1d1 bfb6ea04

+4 -2
+4 -2
pkgs/development/libraries/libz/default.nix
··· 6 6 7 7 stdenv.mkDerivation (finalAttrs: { 8 8 pname = "libz"; 9 - version = "unstable-2018-03-31"; 9 + version = "1.2.8.2015.12.26-unstable-2018-03-31"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "sortix"; ··· 18 18 outputs = [ "out" "dev" ]; 19 19 outputDoc = "dev"; # single tiny man3 page 20 20 21 - passthru.updateScript = unstableGitUpdater { }; 21 + passthru.updateScript = unstableGitUpdater { 22 + tagPrefix = "libz-"; 23 + }; 22 24 23 25 meta = { 24 26 homepage = "https://sortix.org/libz/";