Merge pull request #225318 from undefined-moe/hplip-3-23-3

hplip: 3.22.6 -> 3.23.3

authored by

Thiago Kenji Okada and committed by
GitHub
7bcfd5e7 94b09608

+3 -3
+3 -3
pkgs/misc/drivers/hplip/default.nix
··· 14 14 let 15 15 16 16 pname = "hplip"; 17 - version = "3.22.6"; 17 + version = "3.23.3"; 18 18 19 19 src = fetchurl { 20 20 url = "mirror://sourceforge/hplip/${pname}-${version}.tar.gz"; 21 - sha256 = "sha256-J+0NSS/rsLR8ZWI0gg085XOyT/W2Ljv0ssR/goaNa7Q="; 21 + sha256 = "sha256-5CYKmKKx2I0h6CVi3kGaohyVvJ4qzjWDNGqA/SF+B7Y="; 22 22 }; 23 23 24 24 plugin = fetchurl { 25 25 url = "https://developers.hp.com/sites/default/files/${pname}-${version}-plugin.run"; 26 - sha256 = "sha256-MSQCPnSXVLrXS1nPIIvlUx0xshbyU0OlpfLOghZMgvs="; 26 + sha256 = "sha256-AyZBiF1B42dGnJeoJLFSCGNK83c86ZAM2uFciuv2H4A="; 27 27 }; 28 28 29 29 hplipState = substituteAll {