summary refs log tree commit diff
path: root/pkgs/development/libraries/glib
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-14 23:17:18 -0400
committerShea Levy <shea@shealevy.com>2012-07-14 23:17:18 -0400
commite873877e426f8d7334084aca94517c5c59ca305f (patch)
tree07393a640e5ab61cdb88667dd3bf5356f27a47b9 /pkgs/development/libraries/glib
parente821297f820f515e8b6697f40ce26101967269fb (diff)
glib: update to 2.32.4
Diffstat (limited to 'pkgs/development/libraries/glib')
-rw-r--r--pkgs/development/libraries/glib/2.32.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glib/2.32.x.nix b/pkgs/development/libraries/glib/2.32.x.nix
index 10e675e18af92..40e0b81cb9382 100644
--- a/pkgs/development/libraries/glib/2.32.x.nix
+++ b/pkgs/development/libraries/glib/2.32.x.nix
@@ -12,11 +12,11 @@
 #       $out/bin/gtester-report' to postInstall if this is solved
 
 stdenv.mkDerivation rec {
-  name = "glib-2.32.3";
+  name = "glib-2.32.4";
 
   src = fetchurl {
     url = "mirror://gnome/sources/glib/2.32/${name}.tar.xz";
-    sha256 = "b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d";
+    sha256 = "1qpscyqi2kfskdqfzm5gp04wilcx979gq34cbabvcbx2znj45mx5";
   };
 
   # configure script looks for d-bus but it is only needed for tests