cups: 2.2.10 -> 2.2.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups/versions
This commit is contained in:
R. RyanTM 2019-04-01 00:57:23 -07:00
parent 18aa59b0f2
commit 0e13c900e8

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "cups-${version}";
# After 2.2.6, CUPS requires headers only available in macOS 10.12+
version = if stdenv.isDarwin then "2.2.6" else "2.2.10";
version = if stdenv.isDarwin then "2.2.6" else "2.2.11";
passthru = { inherit version; };
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
url = "https://github.com/apple/cups/releases/download/v${version}/cups-${version}-source.tar.gz";
sha256 = if version == "2.2.6"
then "16qn41b84xz6khrr2pa2wdwlqxr29rrrkjfi618gbgdkq9w5ff20"
else "1fq52aw1mini3ld2czv5gg37wbbvh4n7yc7wzzxvbs3zpfrv5j3p";
else "0v5p10lyv8wv48s8ghkhjmdrxg6iwj8hn36v1ilkz46n7y0i107m";
};
outputs = [ "out" "lib" "dev" "man" ];