cups-filters: 1.20.3 -> 1.20.4

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 2018-07-18 16:04:53 -07:00
parent 1ae2f10642
commit 362e1702b1

View File

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