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