at-spi2-{atk,core}: update 2.18.1 -> 2.20.1

This commit is contained in:
Vladimír Čunát
2016-05-19 21:58:05 +02:00
parent 6352251cbe
commit 656a7dcf1e
2 changed files with 5 additions and 5 deletions

View File

@@ -2,14 +2,14 @@
, libX11, xextproto, libSM, libICE, libXtst, libXi, gobjectIntrospection }:
stdenv.mkDerivation rec {
versionMajor = "2.18";
versionMinor = "3";
versionMajor = "2.20";
versionMinor = "1";
moduleName = "at-spi2-core";
name = "${moduleName}-${versionMajor}.${versionMinor}";
src = fetchurl {
url = "mirror://gnome/sources/${moduleName}/${versionMajor}/${name}.tar.xz";
sha256 = "0afn4x04j5l352vj0dccb2hkpzg3l2vhr8h1yv89fpqmjkfnm8md";
sha256 = "6ed858e781f5aa9a9662b3beb5ef82f733dac040afc8255d85dffd2097f16900";
};
outputs = [ "dev" "out" ];