Merge #296566: at-spi2-core: 2.50.1 → 2.50.2

...into staging-23.11
This commit is contained in:
Vladimír Čunát
2024-03-20 14:15:01 +01:00

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "at-spi2-core";
version = "2.50.1";
version = "2.50.2";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "Vye1wGh6xXuoBA55vWcxtxSja4/PMhkPI2uPs2mHiec=";
hash = "sha256-W4GxRhpi3Y++0aJ2+p71txEvmuX/huHjKtlkS2VP94w=";
};
nativeBuildInputs = [