summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2014-10-28 20:18:05 +0100
committerJascha Geerds <jg@ekby.de>2014-10-28 20:18:05 +0100
commit1b064645ed10a2bee70faec6896d4d33e2a86300 (patch)
treee4db54bf5ddc3503ca204d737562f32a952cb278 /pkgs/misc
parent14cef95e84e44a830b7317c095c7ffd6b9796fef (diff)
parent6c1b113342729a45bdcd5a1b5003def2e6e3dd0c (diff)
downloadnixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar.gz
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar.bz2
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar.lz
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar.xz
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.tar.zst
nixlib-1b064645ed10a2bee70faec6896d4d33e2a86300.zip
Merge pull request #4693 from flosse/hplip-update
hplip: update to v3.14.10
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 a4d2ca621a1c..cc16ddd2d51a 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.4";
+  name = "hplip-3.14.10";
 
   src = fetchurl {
     url = "mirror://sourceforge/hplip/${name}.tar.gz";
-    sha256 = "1j8h44f8igl95wqypj4rk9awcw513hlps980jmcnkx60xghc4l6f";
+    sha256 = "164mm30yb61psk5j4ziybxdd310y09fixgl09hmb59ny261wvcqi";
   };
 
   plugin = fetchurl {
     url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
-    sha256 = "0k1vpmy7babbm3c5v4dcbhq0jgyr8as722nylfs8zx0dy7kr8874";
+    sha256 = "10cvgy1h84fwh7xpw4x6cbkpisqbn3nbcqrgd9xz5fc6mn0b95dk";
   };
 
   hplip_state = ./hplip.state;