3
0
Fork 0
forked from mirrors/nixpkgs

at-spi2-atk: 2.34.2 -> 2.38.0

This commit is contained in:
WORLDofPEACE 2020-09-20 22:14:04 -04:00 committed by Jan Tojnar
parent f0c3fa3a06
commit 0a9ef8c75a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "at-spi2-atk";
version = "2.34.2";
version = "2.38.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1w7l4xg00qx3dwhn0zaa64daiv5f073hdvjdxh0mrw7fw37264wh";
sha256 = "z6AIpa+CKzauYofxgYLEDJHdaZxV+qOGBYge0XXKRk8=";
};
nativeBuildInputs = [ meson ninja pkgconfig ];