mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
hplip: 3.18.5 -> 3.19.1
This commit is contained in:
parent
1da0163fd7
commit
eb00ae9d21
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@
|
|||
let
|
||||
|
||||
name = "hplip-${version}";
|
||||
version = "3.18.5";
|
||||
version = "3.19.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/hplip/${name}.tar.gz";
|
||||
sha256 = "0xb7ga2wgbwjxsss67mjn2y6fmqsfwzmv11ivvfzhnl36lh22hkb";
|
||||
sha256 = "1kl1q4753xx1w76dhp92wgrhn5k1yx1ib35pyi0vi3mw0njbhrzm";
|
||||
};
|
||||
|
||||
plugin = fetchurl {
|
||||
url = "https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
|
||||
sha256 = "1jf74jya071zqvwhy9n0c3007pzgcxydkw7qdh4sx70brly81i7p";
|
||||
sha256 = "1fwjypy1ycyi7rr1vk1yxhbdhx51n7fxhvjb36mzw8qz71dif2i3";
|
||||
};
|
||||
|
||||
hplipState = substituteAll {
|
||||
|
|
Loading…
Reference in a new issue