Update to 1.8.2 and make curl look like mozilla
This commit is supposed to be squashed, keeping it just for traceability during the pull request.
This commit is contained in:
parent
6ef885defb
commit
7cc66a1c95
@ -2,7 +2,7 @@
|
|||||||
, libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
|
, libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
|
||||||
, libXdmcp, libXau, lib, openssl, zlib }:
|
, libXdmcp, libXau, lib, openssl, zlib }:
|
||||||
let
|
let
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "argyllcms-${version}";
|
name = "argyllcms-${version}";
|
||||||
@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
# Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
|
# Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
|
||||||
# while on me. It might be good to find a mirror
|
# while on me. It might be good to find a mirror
|
||||||
url = "http://www.argyllcms.com/Argyll_V${version}_src.zip";
|
url = "http://www.argyllcms.com/Argyll_V${version}_src.zip";
|
||||||
sha256 = "1nnhqcvx65m5rzrlry5kkjgrnl90shjgz7dbin8nz27lzni6c3xz";
|
sha256 = "0hnsciwak5chy4a421l8fz7amxzg8kbmy57a07dn460gdg6r63cy";
|
||||||
|
|
||||||
|
# The argyllcms web server doesn't like curl ...
|
||||||
|
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The contents of this file comes from the Jamtop file from the
|
# The contents of this file comes from the Jamtop file from the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user