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

cimg: 3.3.2 -> 3.3.3
This commit is contained in:
Nick Cao 2024-01-13 10:40:28 -05:00 committed by GitHub
commit 218df35073
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.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-utIbezFhz5BFAiErxF1OGt24f9fTUmRSPdlyWtB5S4w=";
hash = "sha256-6rgtFBt2GcxuGWd4+/ZZzsJqr3XrnhEzJEPLgOt4G2Q=";
};
outputs = [ "out" "doc" ];