summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 02:42:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 02:42:24 -0700
commit8248ad3929954563040398111d3af23d65e6066f (patch)
tree668cef914967093ed09d757b0f0a9b55a3a4054c /pkgs/development/libraries/gegl
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
downloadnixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar.gz
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar.bz2
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar.lz
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar.xz
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.tar.zst
nixpkgs-8248ad3929954563040398111d3af23d65e6066f.zip
gegl_0_4: 0.4.4 -> 0.4.6
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 f32bc120170..4a72e1fa9b0 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -3,13 +3,13 @@
 , libwebp, gnome3, libintl }:
 
 let
-  version = "0.4.4";
+  version = "0.4.6";
 in stdenv.mkDerivation rec {
   name = "gegl-${version}";
 
   src = fetchurl {
     url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2";
-    sha256 = "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq";
+    sha256 = "1rcsa60z09jjayk0q6jam4w8rivh400a08bv2xykiv5qyr1yp5zk";
   };
 
   # needs fonts otherwise, don't know how to pass them