From 06ace23dba00b075dc6797de3c2216d58adcaaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Thu, 19 Sep 2024 23:58:40 +0000 Subject: [PATCH] =?UTF-8?q?at-spi2-core:=202.53.1=20=E2=86=92=202.54.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_53_1...AT_SPI2_CORE_2_54_0 Applied from pull request 343127. Changelog-reviewed-by: Bobby Rong --- pkgs/development/libraries/at-spi2-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix index d624ed6ddb89..709ea738e46b 100644 --- a/pkgs/development/libraries/at-spi2-core/default.nix +++ b/pkgs/development/libraries/at-spi2-core/default.nix @@ -24,14 +24,14 @@ stdenv.mkDerivation rec { pname = "at-spi2-core"; - version = "2.53.1"; + version = "2.54.0"; outputs = [ "out" "dev" ]; separateDebugInfo = true; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - hash = "sha256-Kv/iyI2uPe/NdUwsK87PsuUrlUHt8uRp+Us6C7EwfPQ="; + hash = "sha256-1+7n51vt3MJyztwrYFNWAPOq5uSBWJ68Znr8Q3wKYHk="; }; nativeBuildInputs = [