summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-01-10 22:51:36 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-01-10 22:53:46 +0100
commit56c7b9684409248df7c023c097e7f22c7ce9b787 (patch)
tree171727a3cf5438013443c5c59dd3e89a2ba38f77 /pkgs
parent2839c45d9786ccdac422b8d84e4ce7124abd735d (diff)
downloadnixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar.gz
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar.bz2
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar.lz
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar.xz
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.tar.zst
nixlib-56c7b9684409248df7c023c097e7f22c7ce9b787.zip
gtk2: a minor update
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/gtk+/2.24.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtk+/2.24.x.nix b/pkgs/development/libraries/gtk+/2.24.x.nix
index 11584e0fbe75..c259f7005730 100644
--- a/pkgs/development/libraries/gtk+/2.24.x.nix
+++ b/pkgs/development/libraries/gtk+/2.24.x.nix
@@ -8,11 +8,11 @@ assert xineramaSupport -> xlibs.libXinerama != null;
 assert cupsSupport -> cups != null;
 
 stdenv.mkDerivation rec {
-  name = "gtk+-2.24.13";
+  name = "gtk+-2.24.14";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gtk+/2.24/${name}.tar.xz";
-    sha256 = "35e1a01e46b02970b02ee9f299390d0aa57c1215ad2667bcd584b72f4ea6513d";
+    sha256 = "8bd1b8b511a3004e8972badf467ce829e6855cdff15540b9344dc934c68008ac";
   };
 
   enableParallelBuilding = true;