gegl_0_4: 0.4.0 → 0.4.2
This commit is contained in:
parent
9daf637926
commit
2ffff13c8d
@ -3,13 +3,13 @@
|
|||||||
, libwebp, gnome3, libintl }:
|
, libwebp, gnome3, libintl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.4.0";
|
version = "0.4.2";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gegl-${version}";
|
name = "gegl-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
|
url = "http://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
|
||||||
sha256 = "1ighk4z8nlqrzyj8w97s140hzj59564l3xv6fpzbr97m1zx2nkfh";
|
sha256 = "13bzl0k5l12pk8bkcq4ar7wscbnw7jswhp34mwfsrf10kp0qndba";
|
||||||
};
|
};
|
||||||
|
|
||||||
# needs fonts otherwise, don't know how to pass them
|
# needs fonts otherwise, don't know how to pass them
|
||||||
|
Loading…
Reference in New Issue
Block a user