summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSimon Jagoe <simon@simonjagoe.com>2015-05-15 13:04:11 +0100
committerSimon Jagoe <simon@simonjagoe.com>2015-05-15 13:04:11 +0100
commit691a65cb41f341ff19f6065c565df09ff1da7e02 (patch)
treefd38086c91d97c546f928f09f7ffc84f2af28582 /pkgs/misc
parent72c7c683d10650b1ef9d805a84c6fd33bba35427 (diff)
downloadnixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar.gz
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar.bz2
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar.lz
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar.xz
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.tar.zst
nixpkgs-691a65cb41f341ff19f6065c565df09ff1da7e02.zip
Update SHA256 for hplip plugin
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 41ed3e71042..7c4e6f45bb4 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -23,7 +23,7 @@ let
 
   plugin = fetchurl {
     url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
-    sha256 = "0j8z8m3ygwahka7jv3hpzvfz187lh3kzzjhcy7grgaw2k01v5frm";
+    sha256 = "1pzxv9yway1x1m5grz6042p54ldh7jcgv4qrkjhlcb4vr9plwql9";
   };
 
 in