about summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2009-02-01 18:51:15 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2009-02-01 18:51:15 +0000
commit4fc2a64242cec1d9a83715463eb165c1e186ad86 (patch)
tree03bf58525faa75a966328ee775cd6e99c693f2d8 /pkgs/development/libraries/gegl
parentcdf5d243a0211729193533fd99277d60fd130d6f (diff)
downloadnixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar.gz
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar.bz2
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar.lz
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar.xz
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.tar.zst
nixlib-4fc2a64242cec1d9a83715463eb165c1e186ad86.zip
version bump to 0.0.22
svn path=/nixpkgs/trunk/; revision=13927
Diffstat (limited to 'pkgs/development/libraries/gegl')
-rw-r--r--pkgs/development/libraries/gegl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gegl/default.nix b/pkgs/development/libraries/gegl/default.nix
index 6e94971b5209..5089316cd58a 100644
--- a/pkgs/development/libraries/gegl/default.nix
+++ b/pkgs/development/libraries/gegl/default.nix
@@ -1,10 +1,10 @@
 args:
 args.stdenv.mkDerivation {
-  name = "gegl-0.0.20";
+  name = "gegl-0.0.22";
 
   src = args.fetchurl {
-    url = ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.20.tar.bz2;
-    sha256 = "1dqdammp2jv6cwycwx5pwn5m9n3xss5j6656xb59dj4xxypvd2vh";
+    url = ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.22.tar.bz2;
+    sha256 = "0nx6r9amzhw5d2ghlw3z8qnry18rwz1ymvl2cm31b8p49z436wl5";
   };
 
   configureFlags = "--disable-docs"; # needs fonts otherwise  don't know how to pass them