about summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 19:35:37 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 19:35:37 -0800
commit5e26455254b8f563c72042caa42e15c2a357ae4b (patch)
treed81e9a218509dd41d35a871daed10529b06ab9b4 /pkgs/development/libraries/gegl
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar.gz
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar.bz2
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar.lz
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar.xz
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.tar.zst
nixlib-5e26455254b8f563c72042caa42e15c2a357ae4b.zip
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
Diffstat (limited to 'pkgs/development/libraries/gegl')
-rw-r--r--pkgs/development/libraries/gegl/4.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index c8b7b3b8eca5..cb7f2621353d 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -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;