summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/atk/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-13 23:35:25 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-13 23:35:25 -0700
commitb81e300dbd2190ec18254fc23da3a44f53d8083e (patch)
tree45efdf48df8b22499e967672ec132de9f03d0c8c /pkgs/development/libraries/atk/default.nix
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
atk: 2.26.1 -> 2.28.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.28.1 with grep in /nix/store/gqr774xsr2qkb7g7s5zz56lyvdf0qm0c-atk-2.28.1 - found 2.28.1 in filename of file in /nix/store/gqr774xsr2qkb7g7s5zz56lyvdf0qm0c-atk-2.28.1
Diffstat (limited to 'pkgs/development/libraries/atk/default.nix')
-rw-r--r--pkgs/development/libraries/atk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/atk/default.nix b/pkgs/development/libraries/atk/default.nix
index eb2466590beb..9b1865d77f51 100644
--- a/pkgs/development/libraries/atk/default.nix
+++ b/pkgs/development/libraries/atk/default.nix
@@ -2,14 +2,14 @@
let
pname = "atk";
- version = "2.26.1";
+ version = "2.28.1";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
- sha256 = "1jwpx8az0iifw176dc2hl4mmg6gvxzxdkd1qvg4ds7c5hdmzy07g";
+ sha256 = "1z7laf6qwv5zsqcnj222dm5f43c6f3liil0cgx4s4s62xjk1wfnd";
};
enableParallelBuilding = true;