From b3c599ebb62ec6a637ecf13370a1c8e14560e84b Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Tue, 4 Apr 2023 16:28:04 -0400 Subject: cimg: 3.2.2 -> 3.2.3 --- pkgs/development/libraries/cimg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/cimg/default.nix b/pkgs/development/libraries/cimg/default.nix index b0173d3fa8a..f47bf7a36a2 100644 --- a/pkgs/development/libraries/cimg/default.nix +++ b/pkgs/development/libraries/cimg/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "cimg"; - version = "3.2.2"; + version = "3.2.3"; src = fetchFromGitHub { owner = "GreycLab"; repo = "CImg"; rev = "v.${version}"; - hash = "sha256-koXew0Lwb7wW8MQctTjxpo7TNVtrS5MzxQFfUS1gwZs="; + hash = "sha256-DFTqx4v3Hf2HyT02yBLo4n1yKPuPVz1oa2C5LsIeyCY="; }; outputs = [ "out" "doc" ]; -- cgit 1.4.1