summary refs log tree commit diff
path: root/pkgs/tools/graphics/argyllcms
diff options
context:
space:
mode:
authorSamuel Rivas <samuelrivas@gmail.com>2015-09-13 22:08:40 +0200
committerSamuel Rivas <samuelrivas@gmail.com>2015-09-13 22:08:40 +0200
commit7cc66a1c95ca36256e8cbd392a64e7a191306f85 (patch)
treecf671420e2ad70966d40ba4ff224d7bc4e7739a6 /pkgs/tools/graphics/argyllcms
parent6ef885defba16ddb163de60407a69ee8db2082f3 (diff)
downloadnixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar.gz
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar.bz2
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar.lz
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar.xz
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.tar.zst
nixlib-7cc66a1c95ca36256e8cbd392a64e7a191306f85.zip
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.
Diffstat (limited to 'pkgs/tools/graphics/argyllcms')
-rw-r--r--pkgs/tools/graphics/argyllcms/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/argyllcms/default.nix b/pkgs/tools/graphics/argyllcms/default.nix
index 4eb2344e7b0d..a8ffc634d0e1 100644
--- a/pkgs/tools/graphics/argyllcms/default.nix
+++ b/pkgs/tools/graphics/argyllcms/default.nix
@@ -2,7 +2,7 @@
 , libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
 , libXdmcp, libXau, lib, openssl, zlib }:
 let
-  version = "1.8.1";
+  version = "1.8.2";
  in
 stdenv.mkDerivation rec {
   name = "argyllcms-${version}";
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
     # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a
     # while on me. It might be good to find a mirror
     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