summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-04-21 12:44:30 +0100
committerGitHub <noreply@github.com>2018-04-21 12:44:30 +0100
commit93c2a6cfd1dd1dba01cc1a3e847793724e3b5916 (patch)
tree06142a30422ae7e5611cdf60a811fad9c21b3356 /pkgs
parent749bb406b2ca2ed6564cbbaaaf41825a2a258fd4 (diff)
parent07900ec4aa94e5cc17e6a6edae7b25f9403e8da8 (diff)
downloadnixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar.gz
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar.bz2
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar.lz
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar.xz
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.tar.zst
nixlib-93c2a6cfd1dd1dba01cc1a3e847793724e3b5916.zip
Merge pull request #39252 from r-ryantm/auto-update/cups-filters
cups-filters: 1.20.2 -> 1.20.3
Diffstat (limited to 'pkgs')
-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 287451d338da..02a7ce219c4b 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 ];