about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-11-19 16:33:04 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-11-20 05:14:01 -0600
commitac696769af2acbf638ce048c95a68ef24be251f3 (patch)
tree832b793864cb16491ccf899e15c2d334b28f321a /pkgs/misc
parent87419c016f8843a634f91225df4864782b3d0643 (diff)
downloadnixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar.gz
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar.bz2
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar.lz
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar.xz
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.tar.zst
nixlib-ac696769af2acbf638ce048c95a68ef24be251f3.zip
Revert "Merge pull request #4693 from flosse/hplip-update"
This reverts commit 1b064645ed10a2bee70faec6896d4d33e2a86300, reversing
changes made to 14cef95e84e44a830b7317c095c7ffd6b9796fef.

As discussed in the comments to the aforementioned pull request, while
the new version supports many new printer models, many components of the
driver are broken because of some corner cases in the Python wrapper. In
particular, the loader for the binary binary driver needed by many
middle- and high-end printers is broken, negating most of the value in
updating!
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 2539cdf7701e..678f74745b35 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -5,16 +5,16 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "hplip-3.14.10";
+  name = "hplip-3.14.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/hplip/${name}.tar.gz";
-    sha256 = "164mm30yb61psk5j4ziybxdd310y09fixgl09hmb59ny261wvcqi";
+    sha256 = "1j8h44f8igl95wqypj4rk9awcw513hlps980jmcnkx60xghc4l6f";
   };
 
   plugin = fetchurl {
     url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
-    sha256 = "10cvgy1h84fwh7xpw4x6cbkpisqbn3nbcqrgd9xz5fc6mn0b95dk";
+    sha256 = "0k1vpmy7babbm3c5v4dcbhq0jgyr8as722nylfs8zx0dy7kr8874";
   };
 
   hplip_state = ./hplip.state;