Merge pull request #71506 from r-ryantm/auto-update/cups-filters

cups-filters: 1.25.6 -> 1.25.11
This commit is contained in:
Robin Gloster 2019-10-23 16:56:25 +02:00 committed by GitHub
commit a44158556f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];