update to 2.4.0-rc1. Does not fix NIXPKGS-54
svn path=/nixpkgs/trunk/; revision=9151
This commit is contained in:
parent
eeb42a6dae
commit
cf9bc5c79c
@ -3,10 +3,10 @@
|
|||||||
, perlXMLParser, python, pygtk, gettext}:
|
, perlXMLParser, python, pygtk, gettext}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gimp-2.3.16";
|
name = "gimp-2.4.0-rc1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-2.3.16.tar.bz2;
|
url = ftp://ftp.gtk.org/pub/gimp/v2.4/testing/gimp-2.4.0-rc1.tar.bz2;
|
||||||
sha256 = "1x4n9zddvw2krb2vs5rbar488b1vy7jq8jlb82nj92l6kz9sxk7x" ;
|
sha256 = "0n9gfmmxjjhi4dpdfwc37z8n4zsyx6byil1ig27agjgic22bydm1" ;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk libgtkhtml freetype fontconfig
|
buildInputs = [ pkgconfig gtk libgtkhtml freetype fontconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user