about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-28 06:12:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-28 06:12:32 +0000
commit4e1d0581c117ac4dc1cc795c777ddacc040c1f45 (patch)
tree2c4020a92cc512e527785854609380d40799061f /pkgs/tools
parentddd6c029b5c40b5107d2b4967ac6f49ad10f2722 (diff)
kanshi: 1.4.0 -> 1.5.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/wayland/kanshi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/kanshi/default.nix b/pkgs/tools/wayland/kanshi/default.nix
index c0884acfeadb5..6d2d1a4b1a981 100644
--- a/pkgs/tools/wayland/kanshi/default.nix
+++ b/pkgs/tools/wayland/kanshi/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "kanshi";
-  version = "1.4.0";
+  version = "1.5.0";
 
   src = fetchFromSourcehut {
     owner = "~emersion";
     repo = "kanshi";
     rev = "v${version}";
-    sha256 = "sha256-5dIBQBA3OMlmaSYswwggFuedsb3i4uy9bcTZahIS2gQ=";
+    sha256 = "sha256-vxysZWFcfYwOgFMcRuPzYpWmFOFMiwc62DqI+nTQ4MI=";
   };
 
   strictDeps = true;