about summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-03-27 20:53:50 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-03-27 20:53:50 +0100
commit151ac5ab9e4fd445b23fcfb6be7681129d544f23 (patch)
treefd7393005712d6f9c71da4a815f20abf254cd1fd /pkgs/development/libraries/gobject-introspection
parent1dc040a8ad7e99f2bfbe180412d15d140d6bea58 (diff)
downloadnixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar.gz
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar.bz2
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar.lz
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar.xz
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.tar.zst
nixlib-151ac5ab9e4fd445b23fcfb6be7681129d544f23.zip
gtk+3 core stack: update to 3.12
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index da746969ed78..7686fb308383 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -5,7 +5,7 @@
 # In that case its about 6MB which could be separated
 
 let
-  ver_maj = "1.38";
+  ver_maj = "1.40";
   ver_min = "0";
 in
 stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gobject-introspection/${ver_maj}/${name}.tar.xz";
-    sha256 = "0wvxyvgajmms2bb6k3pf1rdpnd79xdxamykzvxzmcyn1ag9yax9m";
+    sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
   };
 
   buildInputs = [ flex bison glib pkgconfig python ]