summary refs log tree commit diff
path: root/pkgs/development/libraries/lcms2
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-06-15 13:42:28 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-15 19:21:31 +0200
commit504a68f821c88aa77e7e71c23abb0a322487a9b8 (patch)
tree94f70be92b9982d44cdf8f1ba0cabcc73f1a71e6 /pkgs/development/libraries/lcms2
parent7d23ab7c7529b97cd3b266e235a306c5bc01cf4c (diff)
downloadnixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar.gz
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar.bz2
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar.lz
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar.xz
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.tar.zst
nixpkgs-504a68f821c88aa77e7e71c23abb0a322487a9b8.zip
lcms2: "featured+maintenance" updates
I see nothing potentially dangerous in changelog, and packages seem to build and run.
Diffstat (limited to 'pkgs/development/libraries/lcms2')
-rw-r--r--pkgs/development/libraries/lcms2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lcms2/default.nix b/pkgs/development/libraries/lcms2/default.nix
index f3dcc7772e7..c543398fb57 100644
--- a/pkgs/development/libraries/lcms2/default.nix
+++ b/pkgs/development/libraries/lcms2/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, libtiff, libjpeg, zlib}:
 
 stdenv.mkDerivation rec {
-  name = "lcms2-2.3";
+  name = "lcms2-2.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/lcms/${name}.tar.gz";
-    sha256 = "1r5gmzhginzm90y70dcbamycdfcaz4f7v0bb4nwyaywlvsxpg89y";
+    sha256 = "1vyjsvld0881n5vrvw3bcxiqmn7yyy6j1yj1nz76ksaxkarschnk";
   };
 
   propagatedBuildInputs = [ libtiff libjpeg zlib ];