cimg: 3.5.3 -> 3.5.4

This commit is contained in:
R. Ryantm 2025-05-04 04:11:37 +00:00
parent e830669088
commit f94ba69d1d

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.5.3";
version = "3.5.4";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
tag = "v.${finalAttrs.version}";
hash = "sha256-iGpLVsS8o8BqxEu63mZeeB49+lnYmdi2X5ISip89UDY=";
hash = "sha256-VCgMSIaQAcPH7DWUEfoJahCQDr49lzO7pUw1+NXHA60=";
};
outputs = [