gegl_0_3: 0.3.30 -> 0.3.34 (#39241)

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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34/bin/gegl -h’ got 0 exit code
- ran ‘/nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34/bin/gegl --help’ got 0 exit code
- found 0.3.34 with grep in /nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34
- directory tree listing: https://gist.github.com/96c792a5cd60943effce7884fc50cc3a

authored by

R. RyanTM and committed by
Jan Tojnar
c6e575cd 355d39c0

+2 -2
+2 -2
pkgs/development/libraries/gegl/3.0.nix
··· 3 , libwebp, gnome3, libintl }: 4 5 stdenv.mkDerivation rec { 6 - name = "gegl-0.3.30"; 7 8 src = fetchurl { 9 url = "http://download.gimp.org/pub/gegl/0.3/${name}.tar.bz2"; 10 - sha256 = "0lg5j5kn24qvyb6fn7khxf3jadkacbpnb9nrqzy7w665s8xakd7q"; 11 }; 12 13 hardeningDisable = [ "format" ];
··· 3 , libwebp, gnome3, libintl }: 4 5 stdenv.mkDerivation rec { 6 + name = "gegl-0.3.34"; 7 8 src = fetchurl { 9 url = "http://download.gimp.org/pub/gegl/0.3/${name}.tar.bz2"; 10 + sha256 = "010k86wn8cmr07rqwa4lccrmiiqrwbnkxvic4lpapwgbamv258jw"; 11 }; 12 13 hardeningDisable = [ "format" ];