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:
parent
7e2ce26e09
commit
7b9ccbd457
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue