xkb-switch: 1.6.0 -> 1.8.5
This commit is contained in:
parent
afcea01614
commit
526643e81c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xkb-switch";
|
pname = "xkb-switch";
|
||||||
version = "1.6.0";
|
version = "1.8.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ierton";
|
owner = "ierton";
|
||||||
repo = "xkb-switch";
|
repo = "xkb-switch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "11yn0y1kx04rqxh0d81b5q7kbyz58pi48bl7hyhlv7p8yndkfg4b";
|
sha256 = "sha256-DZAIL6+D+Hgs+fkJwRaQb9BHrEjAkxiqhOZyrR+Mpuk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user