Merge pull request #67165 from r-ryantm/auto-update/xkb-switch

xkb-switch: 1.5.0 -> 1.6.0
This commit is contained in:
Marek Mahut
2019-08-21 21:17:06 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "xkb-switch-${version}";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "ierton";
repo = "xkb-switch";
rev = version;
sha256 = "03wk2gg3py97kx0kjzbjrikld1sa55i6mgi398jbcbiyx2gjna78";
sha256 = "11yn0y1kx04rqxh0d81b5q7kbyz58pi48bl7hyhlv7p8yndkfg4b";
};
nativeBuildInputs = [ cmake ];