Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

s6: 2.12.0.3 -> 2.12.0.4

+4 -4
+4 -4
pkgs/development/skaware-packages/s6/default.nix
··· 2 3 skawarePackages.buildPackage { 4 pname = "s6"; 5 - version = "2.12.0.3"; 6 - sha256 = "gA0xIm9sJc3T7AtlJA+AtWzl7BNzQdCo0VTndjjlgQM="; 7 8 manpages = skawarePackages.buildManPages { 9 pname = "s6-man-pages"; 10 - version = "2.12.0.2.1"; 11 - sha256 = "sha256-fFU+cRwXb4SwHsI/r0ghuzCf6hEK/muPPp2XMvD8VtQ="; 12 description = "Port of the documentation for the s6 supervision suite to mdoc"; 13 maintainers = [ lib.maintainers.sternenseemann ]; 14 };
··· 2 3 skawarePackages.buildPackage { 4 pname = "s6"; 5 + version = "2.12.0.4"; 6 + sha256 = "yV1ReHYC4MjI5PkqcQy9qk7nl+6IbnE0Jyfil0+VwGs="; 7 8 manpages = skawarePackages.buildManPages { 9 pname = "s6-man-pages"; 10 + version = "2.12.0.4.1"; 11 + sha256 = "9n4oIGfgcu+Q/UcY1Edr3n09Ecrbg77AI8TRBQoFzs0="; 12 description = "Port of the documentation for the s6 supervision suite to mdoc"; 13 maintainers = [ lib.maintainers.sternenseemann ]; 14 };