at-spi2-{core,atk}: 2.30.0 -> 2.30.1

This commit is contained in:
Will Dietz
2019-03-09 18:09:31 -06:00
parent 5511fd1318
commit 89c6d74d55
2 changed files with 4 additions and 4 deletions
@@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "at-spi2-core";
version = "2.30.0";
version = "2.30.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0azvgdmmivfz1fki25mz582gmwvfpajcnqhlq7s53nhr7lwzax81";
sha256 = "0j6aa071lnhpgv9h8l0pqimk8pc152gqpcbmq8djlj7h3f7iyvw5";
};
outputs = [ "out" "dev" ];