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

cimg: 3.2.4 -> 3.2.5
This commit is contained in:
Pol Dellaiera 2023-06-07 20:10:08 +02:00 committed by GitHub
commit cdbd14e4d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.2.4";
version = "3.2.5";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-CQYY5aKRDe6F7GrBJfqt0t/rjjdZnr/c/cqhr6yVACA=";
hash = "sha256-1S48Ex44OKdpf6bsXZes7AFA1cAJZELGJqvC4V9sHdA=";
};
outputs = [ "out" "doc" ];