gegl_0_4: 0.4.2 -> 0.4.4
This commit is contained in:
parent
f9d68dd87a
commit
5abd5fc42c
@ -3,13 +3,13 @@
|
|||||||
, libwebp, gnome3, libintl }:
|
, libwebp, gnome3, libintl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.4.2";
|
version = "0.4.4";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gegl-${version}";
|
name = "gegl-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
|
url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
|
||||||
sha256 = "13bzl0k5l12pk8bkcq4ar7wscbnw7jswhp34mwfsrf10kp0qndba";
|
sha256 = "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq";
|
||||||
};
|
};
|
||||||
|
|
||||||
# needs fonts otherwise, don't know how to pass them
|
# needs fonts otherwise, don't know how to pass them
|
||||||
|
Loading…
x
Reference in New Issue
Block a user