mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
the sha256 of cups 1.5.4 was that of a HTML (broken in md5->sha256 update)
This commit is contained in:
parent
7175fdcd71
commit
e6277bd958
@ -9,8 +9,8 @@ stdenv.mkDerivation {
|
|||||||
passthru = { inherit version; };
|
passthru = { inherit version; };
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.easysw.com/pub/cups/${version}/cups-${version}-source.tar.bz2";
|
url = "https://www.cups.org/software/${version}/cups-${version}-source.tar.bz2";
|
||||||
sha256 = "07xq6rwpg2r6vjvimd53f259ijx50cnw3p7s1sk84z4dddi6vnfk";
|
sha256 = "1rfhlv9b37120d6shngvyrcp99vh4a3lwdkrfanv3sjqid7068w0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb ]
|
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb ]
|
||||||
|
Loading…
Reference in New Issue
Block a user