Merge pull request #217015 from r-ryantm/auto-update/cimg

cimg: 3.2.0 -> 3.2.1
This commit is contained in:
Anderson Torres 2023-02-18 22:38:45 -03:00 committed by GitHub
commit eec693b4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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