about summary refs log tree commit diff
path: root/pkgs/development/libraries/cimg
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-01 20:59:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-01 20:59:07 +0000
commit26f1090e1792526fb450a2f9c1c48e67c2471e14 (patch)
treeccddf0c6fc3b61902db02193cec5e582ecf97aaa /pkgs/development/libraries/cimg
parentfb21e6d7dd22e4c328388a54c9242636a650cfd8 (diff)
cimg: 3.2.4 -> 3.2.5
Diffstat (limited to 'pkgs/development/libraries/cimg')
-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 b48986f9ce5ec..304e984f94f13 100644
--- a/pkgs/development/libraries/cimg/default.nix
+++ b/pkgs/development/libraries/cimg/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "cimg";
-  version = "3.2.4";
+  version = "3.2.5";
 
   src = fetchFromGitHub {
     owner = "GreycLab";
     repo = "CImg";
     rev = "v.${finalAttrs.version}";
-    hash = "sha256-CQYY5aKRDe6F7GrBJfqt0t/rjjdZnr/c/cqhr6yVACA=";
+    hash = "sha256-1S48Ex44OKdpf6bsXZes7AFA1cAJZELGJqvC4V9sHdA=";
   };
 
   outputs = [ "out" "doc" ];