mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
skawarePackages: update man pages to recent releases (#497189)
This commit is contained in:
commit
051caa91a6
6 changed files with 11 additions and 11 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# : license
|
||||
license ? lib.licenses.isc,
|
||||
# : string
|
||||
owner ? "~flexibeast",
|
||||
owner ? "~humm",
|
||||
# : string
|
||||
rev ? "v${version}",
|
||||
}:
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ skawarePackages.buildPackage {
|
|||
# ${version}.3 and so on are created.
|
||||
manpages = skawarePackages.buildManPages {
|
||||
pname = "execline-man-pages";
|
||||
version = "2.9.6.1.1";
|
||||
sha256 = "sha256-bj+74zTkGKLdLEb1k4iHfNI1lAuxLBASc5++m17Y0O8=";
|
||||
version = "2.9.8.1.3";
|
||||
sha256 = "sha256-jYNx15n9pOK4PPEf0ynvHpgGucgWQKd/4nggY7OmR4M=";
|
||||
description = "Port of the documentation for the execline suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ skawarePackages.buildPackage {
|
|||
|
||||
manpages = skawarePackages.buildManPages {
|
||||
pname = "s6-networking-man-pages";
|
||||
version = "2.7.0.4.1";
|
||||
sha256 = "sha256-ocYUZVnkuhO/1qgW3mSooZRoqqch1SgIRoygS3AjeZI=";
|
||||
version = "2.7.2.1.4";
|
||||
sha256 = "sha256-N5BXi21JEgF3X5FKg5SzKNKfzYS5uTRqbUvbsrEZ2xg=";
|
||||
description = "Port of the documentation for the s6-networking suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ skawarePackages.buildPackage {
|
|||
|
||||
manpages = skawarePackages.buildManPages {
|
||||
pname = "s6-portable-utils-man-pages";
|
||||
version = "2.3.0.4.1";
|
||||
sha256 = "sha256-LbXa+fecxYyFdVmEHT8ch4Y8Pf1YIyd9Gia3zujxUgs=";
|
||||
version = "2.3.1.1.2";
|
||||
sha256 = "sha256-WJxSSJVRY8Hz9QYwu81Qz90Tu2KHl8F3WeeZxFyK3gU=";
|
||||
description = "Port of the documentation for the s6-portable-utils suite to mdoc";
|
||||
maintainers = [ lib.maintainers.somasis ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ skawarePackages.buildPackage {
|
|||
|
||||
manpages = skawarePackages.buildManPages {
|
||||
pname = "s6-rc-man-pages";
|
||||
version = "0.5.5.0.1";
|
||||
sha256 = "sha256-Ywke3FG/xhhUd934auDB+iFRDCvy8IJs6IkirP6O/As=";
|
||||
version = "0.6.0.0.1";
|
||||
sha256 = "sha256-zHkh5H0/nXsLjHJE9PT+2ga8gK1evm4ktheMqqNV1hQ=";
|
||||
description = "mdoc(7) versions of the documentation for the s6-rc service manager";
|
||||
maintainers = [ lib.maintainers.qyliss ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ skawarePackages.buildPackage {
|
|||
|
||||
manpages = skawarePackages.buildManPages {
|
||||
pname = "s6-man-pages";
|
||||
version = "2.13.1.0.1";
|
||||
sha256 = "sha256-SChxod/W/KxxSic4ttXigwgRWMWLl9Z66i2t7H1nn/s=";
|
||||
version = "2.14.0.1.4";
|
||||
sha256 = "sha256-c77NwS4x5L1nLmtWVz64izzanTfc0hohvFMOi77uMh4=";
|
||||
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue