Merge pull request #79496 from r-ryantm/auto-update/cimg

cimg: 2.8.0 -> 2.8.3
This commit is contained in:
Ryan Mulligan 2020-02-08 06:52:43 -08:00 committed by GitHub
commit 247bcbdcf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "2.8.0";
version = "2.8.3";
src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "1nm9zpx9k3pb1p726ihw13y0d3y3xqafml7mhnx6wrkg9sfgs17n";
sha256 = "0k7cra95v46i1q3rvklrxxhz3z10yql1ysvfrapcas0m4z6f94ld";
};
nativeBuildInputs = [ unzip ];