summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-01 21:50:41 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-01 21:50:41 +0000
commitdeec2268c9268f936aa9094c620cc145eb8ef18c (patch)
treef5d5985825573b3a68330c2920b1d1ec384593ed
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
downloadnixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar.gz
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar.bz2
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar.lz
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar.xz
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.tar.zst
nixpkgs-deec2268c9268f936aa9094c620cc145eb8ef18c.zip
at-spi2-atk: 2.34.1 -> 2.34.2
-rw-r--r--pkgs/development/libraries/at-spi2-atk/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/at-spi2-atk/default.nix b/pkgs/development/libraries/at-spi2-atk/default.nix
index f63a341e26e..f16b38e3fd8 100644
--- a/pkgs/development/libraries/at-spi2-atk/default.nix
+++ b/pkgs/development/libraries/at-spi2-atk/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "at-spi2-atk";
-  version = "2.34.1";
+  version = "2.34.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "05ncp7s5nddjinffs26mcvpbd63vk1m3cv5y530p3plgfhqgjvbp";
+    sha256 = "1w7l4xg00qx3dwhn0zaa64daiv5f073hdvjdxh0mrw7fw37264wh";
   };
 
   nativeBuildInputs = [ meson ninja pkgconfig ];
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "D-Bus bridge for Assistive Technology Service Provider Interface (AT-SPI) and Accessibility Toolkit (ATK)";
-    homepage = https://gitlab.gnome.org/GNOME/at-spi2-atk;
+    homepage = "https://gitlab.gnome.org/GNOME/at-spi2-atk";
     license = licenses.lgpl21Plus;
     maintainers = gnome3.maintainers;
     platforms = platforms.unix;