cimg: 2.8.3 -> 2.8.4

This commit is contained in:
R. RyanTM 2020-03-06 07:28:31 +00:00
parent dfbe76a681
commit e572b36a29

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "2.8.3";
version = "2.8.4";
src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "0k7cra95v46i1q3rvklrxxhz3z10yql1ysvfrapcas0m4z6f94ld";
sha256 = "1y4j2dmk4nnc5rx65c2px7r0nfq5117pmqpvi7klp9wmgcjs29gf";
};
nativeBuildInputs = [ unzip ];
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A small, open source, C++ toolkit for image processing";
homepage = http://cimg.eu/;
homepage = "http://cimg.eu/";
license = licenses.cecill-c;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix;