mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
libz: 1.2.8.2015.12.26-unstable-2018-03-31 -> 1.2.8.2025.03.07
This commit is contained in:
parent
f4e4e4ed35
commit
bf39f30a76
1 changed files with 6 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue