cimg: 3.2.1 -> 3.2.2

Also perform drive-by change to fix repo owner, since the repository was
moved a while ago.
This commit is contained in:
Lily Foster 2023-03-17 13:54:20 -04:00 committed by Anderson Torres
parent a0d1111201
commit cbb7ab9b79

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "dtschump";
owner = "GreycLab";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-MPkZGKewusCw5TsW5NOtnrjqEK2dxRSCal1fn7Yiaio=";
hash = "sha256-koXew0Lwb7wW8MQctTjxpo7TNVtrS5MzxQFfUS1gwZs=";
};
outputs = [ "out" "doc" ];