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

xkb-switch: 1.6.0 -> 1.8.5
This commit is contained in:
Ryan Mulligan 2021-02-19 06:28:05 -08:00 committed by GitHub
commit e88bfd7c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xkb-switch";
version = "1.6.0";
version = "1.8.5";
src = fetchFromGitHub {
owner = "ierton";
repo = "xkb-switch";
rev = version;
sha256 = "11yn0y1kx04rqxh0d81b5q7kbyz58pi48bl7hyhlv7p8yndkfg4b";
sha256 = "sha256-DZAIL6+D+Hgs+fkJwRaQb9BHrEjAkxiqhOZyrR+Mpuk=";
};
nativeBuildInputs = [ cmake ];