1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

Updating freeimage.

svn path=/nixpkgs/trunk/; revision=20972
This commit is contained in:
Lluís Batlle i Rossell 2010-04-07 15:04:04 +00:00
parent 7e2ce26e09
commit 7b9ccbd457

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "freeimage-3.13.0";
name = "freeimage-3.13.1";
src = fetchurl {
url = mirror://sourceforge/freeimage/FreeImage3130.zip;
sha256 = "0hf642cb1bai1j4izvjnmili9ic335awa4jnn6nxa0bv6wfaa9x2";
url = mirror://sourceforge/freeimage/FreeImage3131.zip;
sha256 = "1ilpfgyi3qhjra5hxvjcrq3bna909bgdl7rgmhkybmcpdq1x56rj";
};
buildInputs = [ unzip ];
patchPhase = ''