at-spi2-core: 2.22.1 -> 2.24.1

at-spi2-* was lagging a bit behind in nixpkgs.
This commit is contained in:
Vladimír Čunát 2017-06-11 15:08:43 +02:00
parent d3d036d864
commit cc67a41b4a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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