3
0
Fork 0
forked from mirrors/nixpkgs

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

cups-filters: 1.22.0 -> 1.22.1
This commit is contained in:
Samuel Leathers 2019-03-02 04:05:55 +01:00 committed by GitHub
commit 7c5a202738
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.22.0";
version = "1.22.1";
src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
sha256 = "0gdv33g7dr1i7756n07zwgsv9b1i15rp7n1z1xr3n8f59br4fds4";
sha256 = "08szgpmac7xlf6vqkvg3pbphnrk2mal3gy382q2y3cm7k4plys3y";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];