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

xkb-switch-i3: 1.8.1 -> 1.8.5
This commit is contained in:
Jonas Heinrich
2022-08-27 09:18:48 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "xkb-switch-i3";
version = "1.8.1";
version = "1.8.5";
src = fetchFromGitHub {
owner = "Zebradil";
repo = "xkb-switch-i3";
rev = version;
sha256 = "15c19hp0n1k3w15qn97j6wp5b8hbk0mq6x3xjfn6dkkjfz1fl6cn";
sha256 = "sha256-oW1oXxYqaLTnVQMBEOFPdzS8EnpoPc68kbGxGXaWUB8=";
fetchSubmodules = true;
};