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

cimg: 3.3.3 -> 3.3.4
This commit is contained in:
Weijia Wang 2024-03-07 08:44:26 +01:00 committed by GitHub
commit 64df0c6649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.3.3";
version = "3.3.4";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-6rgtFBt2GcxuGWd4+/ZZzsJqr3XrnhEzJEPLgOt4G2Q=";
hash = "sha256-qo/k5NpTqu+o2WUEOThozuBJVPMMy8OvIMo2DfJUE8g=";
};
outputs = [ "out" "doc" ];