cimg: 2.5.5 -> 2.5.6

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-04-14 04:13:20 -07:00
parent 993e2b4ec2
commit 7c72274164

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "cimg-${version}";
version = "2.5.5";
version = "2.5.6";
src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "12jwis90ijakfiqngcd8s4a22wzr32f6midszja9ry41ilv63nic";
sha256 = "02n3xjjs68xszvyk2830i03clbqlngnic0cw1rk6xca7gsvad3ij";
};
nativeBuildInputs = [ unzip ];