about summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-03-14 16:34:33 +0000
committerJan Tojnar <jtojnar@gmail.com>2023-04-06 01:35:21 +0200
commit5c45946077cba99733ec9f9bcd304a1fae23859b (patch)
tree5782baf45511f834e9c1446a8ea6a3bd381c21e7 /pkgs/development/libraries/gobject-introspection
parentd4d54a4e266ecaf074bf8b63d02d00acbebbe401 (diff)
gobject-introspection: 1.75.6 → 1.76.0
https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.75.6...1.76.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
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 49fb038d4cca2..f858fce0f76ae 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -36,7 +36,7 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "gobject-introspection";
-  version = "1.75.6";
+  version = "1.76.0";
 
   # outputs TODO: share/gobject-introspection-1.0/tests is needed during build
   # by pygobject3 (and maybe others), but it's only searched in $out
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gobject-introspection/${lib.versions.majorMinor finalAttrs.version}/gobject-introspection-${finalAttrs.version}.tar.xz";
-    sha256 = "GhuXcXq8lJvXw8/mlpPaA7/bswxbSoXeT8oI4x8NJ/4=";
+    sha256 = "hVL/OlZ1i426IdQheVpSuan7+YRWWQe4Pxxk9N64OAw=";
   };
 
   patches = [