cimg: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm 2024-01-13 04:20:39 +00:00
parent ca83fd1ecd
commit d9a4010626

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" ];