summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-17 22:50:35 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-18 02:04:05 +0200
commit7eba250f5524ff293d65c7e6695ed354ef07e29c (patch)
treeac15af3e44555d1e39389256b98167e6a2cb7b00 /pkgs/misc
parent71481159a5f1aeddd88fff735d1caf1b6194d0d6 (diff)
downloadnixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar.gz
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar.bz2
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar.lz
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar.xz
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.tar.zst
nixlib-7eba250f5524ff293d65c7e6695ed354ef07e29c.zip
hplip & plugin: 3.15.6 -> 3.15.9
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 61d76a6c42fc..28ae8b25ca73 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -6,20 +6,18 @@
 
 let
 
-  # Version 3.15.7 breaks certain (but not all) PCL-based printers:
-  # https://github.com/NixOS/nixpkgs/commit/b0e46fc3ead209ef24ed6214bd41ef6e604af54f
-  version = "3.15.6";
+  version = "3.15.9";
 
   name = "hplip-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/hplip/${name}.tar.gz";
-    sha256 = "1jbnjw7vrn1qawrjfdv8j58w69q8ki1qkzvlh0nk8nxacpp17i9h";
+    sha256 = "0vcxz3gsqcamlzx61xm77h7c769ya8kdhzwafa9w2wvkf3l8zxd1";
   };
 
   plugin = fetchurl {
     url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
-    sha256 = "1rymxahz12s1s37rri5qyvka6q0yi0yai08kgspg24176ry3a3fx";
+    sha256 = "1ahalw83xm8x0h6hljhnkknry1hny9flkrlzcymv8nmwgic0kjgs";
   };
 
   hplip_state =