From 1fa3dc23f89609b68483a268021e4075fbe739da Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 11 Mar 2025 23:28:04 +0000 Subject: [PATCH] =?UTF-8?q?gobject-introspection:=201.83.2=20=E2=86=92=201?= =?UTF-8?q?.83.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.83.2...1.83.4 Changelog-Reviewed-By: Jan Tojnar --- pkgs/development/libraries/gobject-introspection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix index f358a273fd4b..10a740fc321f 100644 --- a/pkgs/development/libraries/gobject-introspection/default.nix +++ b/pkgs/development/libraries/gobject-introspection/default.nix @@ -43,7 +43,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gobject-introspection"; - version = "1.83.2"; + version = "1.83.4"; # outputs TODO: share/gobject-introspection-1.0/tests is needed during build # by pygobject3 (and maybe others), but it's only searched in $out @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "mirror://gnome/sources/gobject-introspection/${lib.versions.majorMinor finalAttrs.version}/gobject-introspection-${finalAttrs.version}.tar.xz"; - hash = "sha256-igRCUX1NeT5Exky+ydKE33HJTxnmQJp14hej2Cvajq4="; + hash = "sha256-hvAuaJ/03zYrLQ8KmswmKs5dw+cckHi9umkkZ0ghOFU="; }; patches =