cimg: 3.1.6 -> 3.2.0

This commit is contained in:
R. Ryantm 2023-01-18 20:14:35 +00:00
parent f46ee73ba6
commit 1a3f11c9f4

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "3.1.6";
version = "3.2.0";
src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-NZwivsTYgirZXuS25buGHL3uk75shRGMH4c3YdS7Mgg=";
hash = "sha256-laLi3ks5r0C61LDoCEgVqmqZ7/C18qQKxPm4zmQrw78=";
};
outputs = [ "out" "doc" ];