cimg: 3.2.5 -> 3.2.6

This commit is contained in:
Lily Foster
2023-07-03 03:54:49 -04:00
parent ee98e8b237
commit e4a654ea5a
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.2.5";
version = "3.2.6";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-1S48Ex44OKdpf6bsXZes7AFA1cAJZELGJqvC4V9sHdA=";
hash = "sha256-HEqjvL16Ca3Al3I6VK50CU6zHFj9Nn/SAXXCfRU4rgo=";
};
outputs = [ "out" "doc" ];