freeimage: update to 3.15.3

Patch sent by Carles Pagès.
This commit is contained in:
Lluís Batlle i Rossell 2012-09-21 14:52:14 +02:00
parent a18bf8bc7b
commit 3b04eca150

View File

@ -1,9 +1,9 @@
{stdenv, fetchurl, unzip}: {stdenv, fetchurl, unzip}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "freeimage-3.15.0"; name = "freeimage-3.15.3";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/freeimage/FreeImage3150.zip; url = mirror://sourceforge/freeimage/FreeImage3153.zip;
sha256 = "0diyj862sdqwjqb7v2nccf8cl6886v937jkw6dgszp86qpwsfx3n"; sha256 = "0i60fn1n9rw55dci0yw92zrw7k1jz3f9kv2z1wxmh84s5ngxa626";
}; };
buildInputs = [ unzip ]; buildInputs = [ unzip ];
prePatch = '' prePatch = ''