···1{ lib, fetchFromGitHub, skawarePackages, skalibs }:
23let
4- version = "2.9.4.0";
56in skawarePackages.buildPackage {
7 inherit version;
89 pname = "execline";
10 # ATTN: also check whether there is a new manpages version
11- sha256 = "mrVdVhU536dv9Kl5BvqZX8SiiOPeUiXLGp2PqenrxJs=";
1213 # Maintainer of manpages uses following versioning scheme: for every
14 # upstream $version he tags manpages release as ${version}.1, and,
···16 # ${version}.3 and so on are created.
17 manpages = skawarePackages.buildManPages {
18 pname = "execline-man-pages";
19- version = "2.9.3.0.5";
20- sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d";
21 description = "Port of the documentation for the execline suite to mdoc";
22 maintainers = [ lib.maintainers.sternenseemann ];
23 };
···1{ lib, fetchFromGitHub, skawarePackages, skalibs }:
23let
4+ version = "2.9.5.1";
56in skawarePackages.buildPackage {
7 inherit version;
89 pname = "execline";
10 # ATTN: also check whether there is a new manpages version
11+ sha256 = "33UANdD7IccmW/+37X4bZh3h6EKUSiJSvc3cMtDZchc=";
1213 # Maintainer of manpages uses following versioning scheme: for every
14 # upstream $version he tags manpages release as ${version}.1, and,
···16 # ${version}.3 and so on are created.
17 manpages = skawarePackages.buildManPages {
18 pname = "execline-man-pages";
19+ version = "2.9.5.1.1";
20+ sha256 = "hLo0TJJ4F2UQ+NkyO9DvVHO0ec86Eps1z99HthBzoIc=";
21 description = "Port of the documentation for the execline suite to mdoc";
22 maintainers = [ lib.maintainers.sternenseemann ];
23 };