about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-18 21:57:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-18 21:57:59 +0000
commit6fcdaffe2c38368a888bed967012a6798df2eed5 (patch)
treef573871b87e13e4a1b0a241b16fc1ed6b4246aee
parentea64ad20e3a0b2c17184317eeee64f352dc1b515 (diff)
cimg: 3.2.0 -> 3.2.1
-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 98acd0530e85e..566c427d46a68 100644
--- a/pkgs/development/libraries/cimg/default.nix
+++ b/pkgs/development/libraries/cimg/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cimg";
-  version = "3.2.0";
+  version = "3.2.1";
 
   src = fetchFromGitHub {
     owner = "dtschump";
     repo = "CImg";
     rev = "v.${version}";
-    hash = "sha256-laLi3ks5r0C61LDoCEgVqmqZ7/C18qQKxPm4zmQrw78=";
+    hash = "sha256-MPkZGKewusCw5TsW5NOtnrjqEK2dxRSCal1fn7Yiaio=";
   };
 
   outputs = [ "out" "doc" ];