Skip to content

Commit

Permalink
Merge pull request #269006 from arthsmn/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik-Haag authored Nov 24, 2023
2 parents 0dd00d8 + eff5176 commit 6fb31ec
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 @@ -14,16 +14,16 @@
let

pname = "hplip";
version = "3.23.3";
version = "3.23.8";

src = fetchurl {
url = "mirror://sourceforge/hplip/${pname}-${version}.tar.gz";
sha256 = "sha256-5CYKmKKx2I0h6CVi3kGaohyVvJ4qzjWDNGqA/SF+B7Y=";
hash = "sha256-98wF9ijAz9dQ5UrkFDHB390p6XaC8YtcW6XLLFtLG0Y=";
};

plugin = fetchurl {
url = "https://developers.hp.com/sites/default/files/${pname}-${version}-plugin.run";
sha256 = "sha256-AyZBiF1B42dGnJeoJLFSCGNK83c86ZAM2uFciuv2H4A=";
hash = "sha256-frsgye3f0M3HE2trKRlfFvMnDEwe+z74IumCdVPrcSY=";
};

hplipState = substituteAll {
Expand Down Expand Up @@ -283,6 +283,6 @@ python3Packages.buildPythonApplication {
then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ];
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ ttuegel ];
maintainers = with maintainers; [ ttuegel arthsmn ];
};
}

0 comments on commit 6fb31ec

Please sign in to comment.