Skip to content

Commit

Permalink
Merge pull request #31287 from ttuegel/hplip
Browse files Browse the repository at this point in the history
hplip: 3.17.9 -> 3.17.10
  • Loading branch information
Thomas Tuegel committed Nov 7, 2017
2 parents 879827e + 721e07e commit 648205e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/misc/drivers/hplip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
let

name = "hplip-${version}";
version = "3.17.9";
version = "3.17.10";

src = fetchurl {
url = "mirror://sourceforge/hplip/${name}.tar.gz";
sha256 = "0y46jjq8jdfk9m4vjq55h8yggibvqbi9rl08vni7vbhxym1diamj";
sha256 = "0v27hg856b5z2rilczcbfgz8ksxn0n810g1glac3mxkj8qbl8wqg";
};

plugin = fetchurl {
url = "http://hplipopensource.com/hplip-web/plugin/${name}-plugin.run";
sha256 = "10z8vzwcwmwni7s4j9xp0fa7l4lwrhl4kp450dga3fj0cck1gxwq";
url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
sha256 = "07am3dnl0ipgfswz5wndprryljh9rqbfhq7mm4d4yyj3bdnnzlig";
};

hplipState = substituteAll {
Expand Down

0 comments on commit 648205e

Please sign in to comment.