about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-18 09:47:07 +0200
committerGitHub <noreply@github.com>2019-08-18 09:47:07 +0200
commit882ba76a9dc53a66c486c1aef5597346585396c1 (patch)
tree1ea43b25a87261610cdc01e10984af4442d0ebc7
parent47de427923f5aaf27af4783012f622dfbcc1fcba (diff)
parenta9afe6fad969bcd6ec1ab32298ad86ffc8dccf81 (diff)
Merge pull request #66803 from r-ryantm/auto-update/cimg
cimg: 2.6.7 -> 2.7.0
-rw-r--r--pkgs/development/libraries/cimg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cimg/default.nix b/pkgs/development/libraries/cimg/default.nix
index bab0a84ca79a3..3e6e62e5a967c 100644
--- a/pkgs/development/libraries/cimg/default.nix
+++ b/pkgs/development/libraries/cimg/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
 
   name = "cimg-${version}";
-  version = "2.6.7";
+  version = "2.7.0";
 
   src = fetchurl {
     url = "http://cimg.eu/files/CImg_${version}.zip";
-    sha256 = "1jjsyq6ljpprak8l76aym1p28j9y7djxl73pdh1kpkw85ac23h6m";
+    sha256 = "1la6332cppyciyn3pflbchxa3av72a70p0n1c9sm1hgfbjlydqnv";
   };
 
   nativeBuildInputs = [ unzip ];