lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #45227 from r-ryantm/auto-update/gegl

gegl_0_4: 0.4.4 -> 0.4.6

authored by

Jan Tojnar and committed by
GitHub
a7720d8a 34fcd67e

+2 -2
+2 -2
pkgs/development/libraries/gegl/4.0.nix
··· 3 3 , libwebp, gnome3, libintl }: 4 4 5 5 let 6 - version = "0.4.4"; 6 + version = "0.4.6"; 7 7 in stdenv.mkDerivation rec { 8 8 name = "gegl-${version}"; 9 9 10 10 src = fetchurl { 11 11 url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2"; 12 - sha256 = "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq"; 12 + sha256 = "1rcsa60z09jjayk0q6jam4w8rivh400a08bv2xykiv5qyr1yp5zk"; 13 13 }; 14 14 15 15 # needs fonts otherwise, don't know how to pass them