mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #7850 from sjagoe/update-hplip-plugin-sha256
Update SHA256 for hplip plugin
This commit is contained in:
commit
7390e700a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue