Skip to content

Commit

Permalink
cimg: 1.7.0 -> 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and vbgl committed Mar 12, 2017
1 parent c9d8ae0 commit 1e68693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/cimg/default.nix
Expand Up @@ -4,14 +4,14 @@
stdenv.mkDerivation rec {

name = "cimg-${version}";
version = "1.7.0";
version = "1.7.9";

src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "06j3n7gvgxzvprqwf56nnca195y38dcbdlszrxyn5p9w9al437zj";
sha256 = "07g81jn25y2wksg9ycf9a7f5bfpcdl3xbrkp1xy3czl043a00y7s";
};

buildInputs = [ unzip ];
nativeBuildInputs = [ unzip ];

builder = ./builder.sh;

Expand Down

0 comments on commit 1e68693

Please sign in to comment.