gimp 2.8
- rename package from gimp_2_8_0 to gimp_2_8 as discussed on mailing list[1] - remove babl_0_1_10 and gegl_0_2_0 and use them as default versions [1] http://article.gmane.org/gmane.linux.distributions.nixos/8708 svn path=/nixpkgs/trunk/; revision=34444
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "babl-0.1.4";
|
||||
name = "babl-0.1.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.snt.utwente.nl/pub/software/gimp/babl/0.1/${name}.tar.bz2";
|
||||
sha256 = "0cz7zw206bb87c0n0h54h4wlkaa3hx3wsia30mgq316y50jk2djv";
|
||||
url = "ftp://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
|
||||
sha256 = "943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user