Merge pull request #78257 from talyz/hplip-plugin

hplip: Fix plugin url and hash
This commit is contained in:
Florian Klink
2020-01-22 12:28:00 +01:00
committed by GitHub

View File

@@ -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 {