Merge pull request #96725 from r-ryantm/auto-update/sxhkd

sxhkd: 0.6.1 -> 0.6.2
This commit is contained in:
Mario Rodas 2020-08-31 12:33:59 -05:00 committed by GitHub
commit 1668ac8178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "sxhkd";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "baskerville";
repo = "sxhkd";
rev = version;
sha256 = "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h";
sha256 = "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r";
};
buildInputs = [ asciidoc libxcb xcbutil xcbutilkeysyms xcbutilwm ];