mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #78257 from talyz/hplip-plugin
hplip: Fix plugin url and hash
This commit is contained in:
commit
051c3e3eb1
@ -20,8 +20,8 @@ let
|
||||
};
|
||||
|
||||
plugin = fetchurl {
|
||||
url = "https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
|
||||
sha256 = "1b5gys04kh41gg7r7rzlpdbc2f4jirl2ik22cd935mm85k7abfwq";
|
||||
url = "https://developers.hp.com/sites/default/files/${name}-plugin.run";
|
||||
sha256 = "1fn8h1a5znjqjh071ifjdywr0xswc14286gwy6h9vvlh8hzrz347";
|
||||
};
|
||||
|
||||
hplipState = substituteAll {
|
||||
|
Loading…
Reference in New Issue
Block a user