cimg: 3.4.3 -> 3.5.3

This commit is contained in:
R. Ryantm
2025-03-14 16:37:58 +01:00
committed by Weijia Wang
parent 073edb2934
commit be283fa040
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.4.3";
version = "3.5.3";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
tag = "v.${finalAttrs.version}";
hash = "sha256-Abe7mSbdj06MossUQXCKZPzzfyvJyRVeLfzINYNPv4g=";
hash = "sha256-iGpLVsS8o8BqxEu63mZeeB49+lnYmdi2X5ISip89UDY=";
};
outputs = [