about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-04 05:41:40 +0800
committerGitHub <noreply@github.com>2024-04-04 05:41:40 +0800
commit1dde6301901bfac8cc1bcfb68e23ce60413beeff (patch)
tree913f40266f049cf512319fced55fa444e82ad9cb
parent26bb9c6c2c8383d4d60c3f52bb633b8523ede27c (diff)
parentc47d5736af3fb1b5c88915f501b87ed0bf40915a (diff)
Merge pull request #301359 from wineee/focus-request
wayfireplugins.focus-request: fix hash
-rw-r--r--pkgs/applications/window-managers/wayfire/focus-request.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/wayfire/focus-request.nix b/pkgs/applications/window-managers/wayfire/focus-request.nix
index 1e535e8ba751a..41d5314172504 100644
--- a/pkgs/applications/window-managers/wayfire/focus-request.nix
+++ b/pkgs/applications/window-managers/wayfire/focus-request.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
     owner = "wayfireplugins";
     repo = "focus-request";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-v0kGT+KrtfFJ/hp1Dr8izKVj6UHhuW6udHFjWt1y9TY=";
+    hash = "sha256-kUYvLC28IPrvnMT/wKFRlOVkc2ohF3k0T/Qrm/zVkpE=";
   };
 
   nativeBuildInputs = [