summary refs log tree commit diff
path: root/pkgs/development/libraries/glib
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-27 16:16:52 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-27 16:16:52 -0400
commit4cdca52f7e53d407bec15976b0685cd601069c23 (patch)
tree2b1c02c6496a96c6c835ad0a50dfcfb31d88ec58 /pkgs/development/libraries/glib
parent4a6a87eedcb92958b7a01454e98dbc408bbde1c1 (diff)
glib: Update to 2.34.0
Diffstat (limited to 'pkgs/development/libraries/glib')
-rw-r--r--pkgs/development/libraries/glib/2.34.x.nix (renamed from pkgs/development/libraries/glib/2.32.x.nix)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/glib/2.32.x.nix b/pkgs/development/libraries/glib/2.34.x.nix
index 8fd77b025891f..6925571020c65 100644
--- a/pkgs/development/libraries/glib/2.32.x.nix
+++ b/pkgs/development/libraries/glib/2.34.x.nix
@@ -12,11 +12,11 @@
 #       $out/bin/gtester-report' to postInstall if this is solved
 
 stdenv.mkDerivation rec {
-  name = "glib-2.32.4";
+  name = "glib-2.34.0";
 
   src = fetchurl {
-    url = "mirror://gnome/sources/glib/2.32/${name}.tar.xz";
-    sha256 = "1qpscyqi2kfskdqfzm5gp04wilcx979gq34cbabvcbx2znj45mx5";
+    url = "mirror://gnome/sources/glib/2.34/${name}.tar.xz";
+    sha256 = "f69b112f8848be35139d9099b62bc81649241f78f6a775516f0d4c9b47f65144";
   };
 
   # configure script looks for d-bus but it is only needed for tests