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:
Doron Behar 2024-06-13 00:11:59 +03:00 committed by GitHub
commit 773c2c6ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};