summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-13 06:01:39 +0000
committerGitHub <noreply@github.com>2022-02-13 06:01:39 +0000
commit37beb007979c5be7694fadea4fbefe85bdc7bac8 (patch)
treedc35e4463db43eac7a365ae687d8136ee282a77c /pkgs/misc/cups
parent240ceaddb9dacdb6e463e1f9ffb437fe9545cfe0 (diff)
parentdd5c699a1b2ec3f8a58196175699f9eefd2be342 (diff)
downloadnixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar.gz
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar.bz2
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar.lz
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar.xz
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.tar.zst
nixpkgs-37beb007979c5be7694fadea4fbefe85bdc7bac8.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/misc/cups')
-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 98f5880f899..a20e3b71b09 100644
--- a/pkgs/misc/cups/filters.nix
+++ b/pkgs/misc/cups/filters.nix
@@ -9,11 +9,11 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "cups-filters";
-  version = "1.28.10";
+  version = "1.28.11";
 
   src = fetchurl {
     url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz";
-    sha256 = "sha256-z4yQRpTETPaJtXJORtI9qa5RJdVDdLNAxkIHfMKcqDc=";
+    sha256 = "sha256-KYbLSNE0Db5XnELAjCqINYem2+WUNuQi9BhMzQqWZm0=";
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper ];