cimg: 3.2.3 -> 3.2.4

This commit is contained in:
Anderson Torres 2023-05-02 21:57:17 -03:00
parent a338ca4034
commit 5cce9f0c44

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-DFTqx4v3Hf2HyT02yBLo4n1yKPuPVz1oa2C5LsIeyCY=";
hash = "sha256-CQYY5aKRDe6F7GrBJfqt0t/rjjdZnr/c/cqhr6yVACA=";
};
outputs = [ "out" "doc" ];