summary refs log tree commit diff
path: root/pkgs/misc/cups/filters.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 07:00:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 07:00:24 -0700
commit07900ec4aa94e5cc17e6a6edae7b25f9403e8da8 (patch)
tree2415bdbe6a740e2ab96c33d3903b0ffb0cba1cb1 /pkgs/misc/cups/filters.nix
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar.gz
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar.bz2
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar.lz
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar.xz
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.tar.zst
nixpkgs-07900ec4aa94e5cc17e6a6edae7b25f9403e8da8.zip
cups-filters: 1.20.2 -> 1.20.3
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3/bin/foomatic-rip -h’ got 0 exit code
- ran ‘/nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3/bin/foomatic-rip --help’ got 0 exit code
- found 1.20.3 with grep in /nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3
- directory tree listing: https://gist.github.com/aa62a318dc23326b357322da3e567915
Diffstat (limited to 'pkgs/misc/cups/filters.nix')
-rw-r--r--pkgs/misc/cups/filters.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/cups/filters.nix b/pkgs/misc/cups/filters.nix
index 287451d338d..02a7ce219c4 100644
--- a/pkgs/misc/cups/filters.nix
+++ b/pkgs/misc/cups/filters.nix
@@ -9,11 +9,11 @@ let
 
 in stdenv.mkDerivation rec {
   name = "cups-filters-${version}";
-  version = "1.20.2";
+  version = "1.20.3";
 
   src = fetchurl {
     url = "http://openprinting.org/download/cups-filters/${name}.tar.xz";
-    sha256 = "1f6dw476m9gc94jy38f79a5aa40mk91yc81cdwrsz42wlz3nbdq2";
+    sha256 = "1g18qkvl9zdxickiblgs2vvkip4b6p2jalw4d30zzz3hh8f1g6iv";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];