Fixing the version in the name of freeimage.
svn path=/nixpkgs/trunk/; revision=15606
This commit is contained in:
parent
6b611bc0f1
commit
c1d2a2e2d1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue