summary refs log tree commit diff
path: root/pkgs/misc/cups/filters.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 12:23:06 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 12:23:06 -0700
commit113bb2e0d79ea2463bd7a4012c577133b80fddae (patch)
tree3cf8310fa1c0a132e7bfb8b81715db969db0849c /pkgs/misc/cups/filters.nix
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
downloadnixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar.gz
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar.bz2
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar.lz
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar.xz
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.tar.zst
nixpkgs-113bb2e0d79ea2463bd7a4012c577133b80fddae.zip
cups-filters: 1.23.0 -> 1.25.0
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
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 8b05975c167..2a0a4369860 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.23.0";
+  version = "1.25.0";
 
   src = fetchurl {
     url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
-    sha256 = "1lyzxf03kdfvkbb6p7hxlarbb35lq5bh094g49v3bz9z4z9065p2";
+    sha256 = "1laiscq8yvynw862calkgbz9irrdkmd5l821q6a6wik1ifd186c1";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];