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

cups-filters: 1.20.0 -> 1.20.1
This commit is contained in:
adisbladis 2018-03-16 23:34:42 +08:00 committed by GitHub
commit 8c521f4551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
name = "cups-filters-${version}";
version = "1.20.0";
version = "1.20.1";
src = fetchurl {
url = "http://openprinting.org/download/cups-filters/${name}.tar.xz";
sha256 = "0g6npicm1cwmxqi6ymfvf9wkplp4z2rzvjjl9v4yfvqdjq85gxnp";
sha256 = "0qix1whz5n4ijnl6d44f1v8nzkpv99wqjyrby8vx6xnpskw5hsxk";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];