cups-filters: 1.25.6 -> 1.25.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-filters/versions
This commit is contained in:
R. RyanTM 2019-10-20 23:55:38 -07:00
parent ec760828d9
commit ee3b598269

View file

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "cups-filters";
version = "1.25.6";
version = "1.25.11";
src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz";
sha256 = "1pgjk7j2p8m17pwynqd86hxgvz9lyb09ivx18lv6inmygij0pm4j";
sha256 = "0ni8krr4rf5833livn9401cd41gspjvxj0iiqnc1rfg3x90i0fxh";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];