summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/sxhkd
diff options
context:
space:
mode:
authorChristian Lask <christian@hiberno.net>2016-04-15 17:37:07 +0200
committerChristian Lask <christian@hiberno.net>2016-04-15 17:37:07 +0200
commit767fdbfe4c55eb960e1fcae55064a441cb61f65e (patch)
treea06193db4e0366c3608926dbb071f67f46c4b5c6 /pkgs/applications/window-managers/sxhkd
parent8b3c4348abf6e5d64c989797f7cefc17ff3e3b44 (diff)
sxhkd: 0.5.5 -> 0.5.6
Diffstat (limited to 'pkgs/applications/window-managers/sxhkd')
-rw-r--r--pkgs/applications/window-managers/sxhkd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/sxhkd/default.nix b/pkgs/applications/window-managers/sxhkd/default.nix
index f9165e0bbd48..b78b15f7914c 100644
--- a/pkgs/applications/window-managers/sxhkd/default.nix
+++ b/pkgs/applications/window-managers/sxhkd/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "sxhkd-${version}";
- version = "0.5.5";
+ version = "0.5.6";
src = fetchurl {
url = "https://github.com/baskerville/sxhkd/archive/${version}.tar.gz";
- sha256 = "04s3y2bq9502gw72jj3y2zsh96yj3qg2av3zsa8ahd2farvrysg6";
+ sha256 = "15grmzpxz5fqlbfg2slj7gb7r6nzkvjmflmbkqx7mlby9pm6wdkj";
};
buildInputs = [ asciidoc libxcb xcbutil xcbutilkeysyms xcbutilwm ];