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

cimg: 3.1.6 -> 3.2.0
This commit is contained in:
Anderson Torres 2023-01-19 06:51:07 -03:00 committed by GitHub
commit a02aba102e
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.1.6";
version = "3.2.0";
src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-NZwivsTYgirZXuS25buGHL3uk75shRGMH4c3YdS7Mgg=";
hash = "sha256-laLi3ks5r0C61LDoCEgVqmqZ7/C18qQKxPm4zmQrw78=";
};
outputs = [ "out" "doc" ];