cimg: 2.6.7 -> 2.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cimg/versions
This commit is contained in:
R. RyanTM 2019-08-17 15:29:25 -07:00
parent a2bd8da766
commit a9afe6fad9

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 ];