mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
at-spi2-core: 2.49.90 → 2.49.91
https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_49_90...AT_SPI2_CORE_2_49_91 Adds default-on gtk2_atk_adaptor meson option. Should have no effect on us. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "at-spi2-core";
|
||||
version = "2.49.90";
|
||||
version = "2.49.91";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "HmYSdV1xu+lSFW3AUbKB0aQyalaWrDu8jP1ayP2XHxg=";
|
||||
sha256 = "qnK7sSGI7j0BUsxuqTVBXm3GI/+nUbanzCPpAl8EEP0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user