Commit 97d0c1d1 authored by OPNA2608's avatar OPNA2608
Browse files

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

parent bfb6ea04
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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/";