Fixing the version in the name of freeimage.

svn path=/nixpkgs/trunk/; revision=15606
This commit is contained in:
Lluís Batlle i Rossell 2009-05-14 15:03:31 +00:00
parent 6b611bc0f1
commit c1d2a2e2d1

View File

@ -1,6 +1,6 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "freeimage-3.11.0";
name = "freeimage-3.12.0";
src = fetchurl {
url = mirror://sourceforge/freeimage/FreeImage3120.zip;
sha256 = "1hvcmv8hnv3h24zcl324g3l0ww8aa8fkcfav2lrgs1kwzp5zqcd4";