at-spi2-core: 2.60.0 → 2.60.1

https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/2.60.0...2.60.1
This commit is contained in:
Bobby Rong
2026-04-25 09:12:50 +00:00
parent 6b170f9429
commit b23dde8a66

View File

@@ -29,7 +29,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "at-spi2-core";
version = "2.60.0";
version = "2.60.1";
outputs = [
"out"
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/at-spi2-core/${lib.versions.majorMinor finalAttrs.version}/at-spi2-core-${finalAttrs.version}.tar.xz";
hash = "sha256-gOUMGpfY/WYKP62wLKNYdt+IHCZtPWEI/FtMETYUy5k=";
hash = "sha256-+ZuH48FnT1+8QXzJwdniYcDymqsFUK1jaYBQMdEvaFI=";
};
nativeBuildInputs = [