cimg: 2.5.7 -> 2.6.4

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-06-01 02:25:35 -07:00
parent 97aba37876
commit 8b22efb006

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cimg-${version}"; name = "cimg-${version}";
version = "2.5.7"; version = "2.6.4";
src = fetchurl { src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip"; url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "155mmxrd2gm81v4ayff43xhi341ivqfpx2n6x9imldkr35hchzvm"; sha256 = "0hvr030588jnm5s8zgxvhkg13al83dy6273rbdi801cmgfcwxq29";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];