mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #310313 from r-ryantm/auto-update/xkb-switch-i3
xkb-switch-i3: 1.8.5 -> 2.0.1
This commit is contained in:
commit
773c2c6ac3
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xkb-switch-i3";
|
pname = "xkb-switch-i3";
|
||||||
version = "1.8.5";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Zebradil";
|
owner = "Zebradil";
|
||||||
repo = "xkb-switch-i3";
|
repo = "xkb-switch-i3";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-oW1oXxYqaLTnVQMBEOFPdzS8EnpoPc68kbGxGXaWUB8=";
|
sha256 = "sha256-5d1DdRtz0QCWISSsWQt9xgTOekYUCkhfMsjG+/kyQK4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user