at-spi2-core: 2.52.0 → 2.53.1

https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_52_0...AT_SPI2_CORE_2_53_1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2024-10-14 20:54:10 +08:00
parent 21c59e1355
commit 110aeeea46
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "at-spi2-core";
version = "2.52.0";
version = "2.53.1";
outputs = [ "out" "dev" ];
separateDebugInfo = true;
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-CsP8gyDI0B+hR8Jyun+gOAY4nGsD08QG0II+MONf9as=";
hash = "sha256-Kv/iyI2uPe/NdUwsK87PsuUrlUHt8uRp+Us6C7EwfPQ=";
};
nativeBuildInputs = [