1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

cups-filters: 1.20.3 -> 1.20.4
This commit is contained in:
Frederik Rietdijk 2018-07-21 10:55:05 +02:00 committed by GitHub
commit def387a70f
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.3";
version = "1.20.4";
src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
sha256 = "1g18qkvl9zdxickiblgs2vvkip4b6p2jalw4d30zzz3hh8f1g6iv";
sha256 = "0sjkmclcb1r77015wllsyz26272br3s17v6b1q2xwb2nm2gnwx9k";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];