cimg: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm 2024-02-19 19:37:17 +00:00
parent 6021282979
commit c01b027933

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.3.3";
version = "3.3.4";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-6rgtFBt2GcxuGWd4+/ZZzsJqr3XrnhEzJEPLgOt4G2Q=";
hash = "sha256-qo/k5NpTqu+o2WUEOThozuBJVPMMy8OvIMo2DfJUE8g=";
};
outputs = [ "out" "doc" ];