Skip to content

Commit

Permalink
at-spi2-atk: 2.22.0 -> 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 11, 2017
1 parent cc67a41 commit c997a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/at-spi2-atk/default.nix
Expand Up @@ -2,14 +2,14 @@
, intltool, dbus_glib, at_spi2_core, libSM }:

stdenv.mkDerivation rec {
versionMajor = "2.22";
versionMinor = "0";
versionMajor = "2.24";
versionMinor = "1";
moduleName = "at-spi2-atk";
name = "${moduleName}-${versionMajor}.${versionMinor}";

src = fetchurl {
url = "mirror://gnome/sources/${moduleName}/${versionMajor}/${name}.tar.xz";
sha256 = "e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1";
sha256 = "60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d";
};

buildInputs = [ python pkgconfig popt atk libX11 libICE xorg.libXtst libXi
Expand Down

0 comments on commit c997a7f

Please sign in to comment.