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

cimg: 3.1.4 -> 3.1.6
This commit is contained in:
Anderson Torres 2022-09-04 09:44:13 -03:00 committed by GitHub
commit b9b0d8af62
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.4";
version = "3.1.6";
src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-nHYRs8X8I0B76SlgqWez3qubrsG7iBfa0I/G78v7H8g=";
hash = "sha256-NZwivsTYgirZXuS25buGHL3uk75shRGMH4c3YdS7Mgg=";
};
outputs = [ "out" "doc" ];