summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2016-09-22 21:42:06 +0100
committerGitHub <noreply@github.com>2016-09-22 21:42:06 +0100
commit24aba307c949eeea2f2abcf0d9fc218003729623 (patch)
treeb7f57b1f523fcb84622e6f4ff7dc24357bee1492 /pkgs/development/libraries
parent3e0132f0f9734cc3727aea90350eea372164ced8 (diff)
parent2ca5adbfe830f0efd6c8201f90bd6029c36d65e5 (diff)
downloadnixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar.gz
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar.bz2
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar.lz
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar.xz
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.tar.zst
nixlib-24aba307c949eeea2f2abcf0d9fc218003729623.zip
Merge pull request #18851 from groxxda/gir
gobjectIntrospection: 1.48.0 -> 1.50.0 [staging]
Diffstat (limited to 'pkgs/development/libraries')
-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 57c42ee21efe..7154db626aac 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -7,7 +7,7 @@
 # In that case its about 6MB which could be separated
 
 let
-  ver_maj = "1.48";
+  ver_maj = "1.50";
   ver_min = "0";
 in
 with stdenv.lib;
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gobject-introspection/${ver_maj}/${name}.tar.xz";
-    sha256 = "0xsqwxhfqzr79av89mg766kxpb2i41bd0vwspk01xjdzrnn5l9zs";
+    sha256 = "1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5";
   };
 
   outputs = [ "out" "dev" ];