cimg: 3.2.2 -> 3.2.3

This commit is contained in:
Lily Foster 2023-04-04 16:28:04 -04:00 committed by Anderson Torres
parent dc2c96df1d
commit b3c599ebb6

View file

@ -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" ];