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

cimg: 2.6.7 -> 2.7.0
This commit is contained in:
Marek Mahut 2019-08-18 09:47:07 +02:00 committed by GitHub
commit 882ba76a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "cimg-${version}";
version = "2.6.7";
version = "2.7.0";
src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "1jjsyq6ljpprak8l76aym1p28j9y7djxl73pdh1kpkw85ac23h6m";
sha256 = "1la6332cppyciyn3pflbchxa3av72a70p0n1c9sm1hgfbjlydqnv";
};
nativeBuildInputs = [ unzip ];