xkb-switch-i3: 1.8.5 -> 2.0.1

This commit is contained in:
R. Ryantm 2024-05-09 11:37:48 +00:00
parent 1b8f21cb61
commit e94abc723e

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "xkb-switch-i3";
version = "1.8.5";
version = "2.0.1";
src = fetchFromGitHub {
owner = "Zebradil";
repo = "xkb-switch-i3";
rev = version;
sha256 = "sha256-oW1oXxYqaLTnVQMBEOFPdzS8EnpoPc68kbGxGXaWUB8=";
sha256 = "sha256-5d1DdRtz0QCWISSsWQt9xgTOekYUCkhfMsjG+/kyQK4=";
fetchSubmodules = true;
};