Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

at-spi2-core: 2.40.3 -> 2.42.0

- https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/AT_SPI2_CORE_2_42_0/NEWS

authored by

Maxine Aubrey and committed by
Jan Tojnar
d88edc25 0d44f9ce

+2 -2
+2 -2
pkgs/development/libraries/at-spi2-core/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "at-spi2-core"; 24 - version = "2.40.3"; 24 + version = "2.42.0"; 25 25 26 26 src = fetchurl { 27 27 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 28 - sha256 = "5Jg3wq0w1x4fKcqOCWilS5UDAnL3/0C4m0iWhlPzelw="; 28 + sha256 = "11p3lvmbm0hfck3p5xwxxycln8x0cf7l68jjz6an2g7sjh7a2pab"; 29 29 }; 30 30 31 31 outputs = [ "out" "dev" ];