cimg: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2023-11-11 08:14:03 +00:00
parent f209847507
commit 3c0a416296

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-Y3UPfBH+Sa1f529J1JXx8Ul0zi3b1mkOvo1tbxBSYRk=";
hash = "sha256-utIbezFhz5BFAiErxF1OGt24f9fTUmRSPdlyWtB5S4w=";
};
outputs = [ "out" "doc" ];