gegl_0_4: 0.4.8 -> 0.4.12

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions
This commit is contained in:
R. RyanTM 2018-11-09 19:35:37 -08:00
parent a054d74507
commit 5e26455254

View file

@ -3,7 +3,7 @@
, libwebp, gnome3, libintl }:
let
version = "0.4.8";
version = "0.4.12";
in stdenv.mkDerivation rec {
name = "gegl-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
sha256 = "0jdfhf8wikba4h68k505x0br3gisiwivc33aca8v3ibaqpp6i53i";
sha256 = "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9";
};
enableParallelBuilding = true;