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-01 03:43:40 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-01 03:43:40 -0700
commit37275927aeabd2a55d30955725c3d987e95fb470 (patch)
treea836545a0ea28a465e99e861985639b3124d602b /pkgs/misc/cups/filters.nix
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar.gz
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar.bz2
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar.lz
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar.xz
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.tar.zst
nixpkgs-37275927aeabd2a55d30955725c3d987e95fb470.zip
cups-filters: 1.20.1 -> 1.20.2
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
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.2 with grep in /nix/store/zbwgknzkhih8rlcizp4s5yi5kinjfv5w-cups-filters-1.20.2
- directory tree listing: https://gist.github.com/a1bcdc4c27ed6a03fa20b81303aaa036
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 72e265360bf..d3d59b20531 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.1";
+  version = "1.20.2";
 
   src = fetchurl {
     url = "http://openprinting.org/download/cups-filters/${name}.tar.xz";
-    sha256 = "0qix1whz5n4ijnl6d44f1v8nzkpv99wqjyrby8vx6xnpskw5hsxk";
+    sha256 = "1f6dw476m9gc94jy38f79a5aa40mk91yc81cdwrsz42wlz3nbdq2";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];