about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-13 00:02:48 +0000
committerGitHub <noreply@github.com>2024-06-13 00:02:48 +0000
commitaacd9cf894bde6252d3194c56cc09ecd91234388 (patch)
tree8d78f8c4bf1dc38e11fc2eadc41f62fdba8a821b /pkgs/tools/X11
parentc196bbc74bd379bc63f86fe63cf028fe37477fef (diff)
parentfa77250253e5e00b1986ca74621c2b22c6230502 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/xkb-switch-i3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/X11/xkb-switch-i3/default.nix b/pkgs/tools/X11/xkb-switch-i3/default.nix
index 975eeb9866141..56c4e6af6338a 100644
--- a/pkgs/tools/X11/xkb-switch-i3/default.nix
+++ b/pkgs/tools/X11/xkb-switch-i3/default.nix
@@ -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;
   };