about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-07-29 23:35:34 +0200
committerGitHub <noreply@github.com>2023-07-29 23:35:34 +0200
commit1dff51f2bcf09d9e74b11e4e6d9dea605828d35f (patch)
tree48e826fb95513106d51a6b3f1c68bcaf615dee36
parentdcd55915ad3945cf6ca6dec55842ec346a77d718 (diff)
parente59f75589a24635ef839a35ee7868523863351e4 (diff)
Merge pull request #245889 from Philipp-M/update-rofi-wayland-unwrapped-1.7.5+wayland2
-rw-r--r--pkgs/applications/misc/rofi/wayland.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rofi/wayland.nix b/pkgs/applications/misc/rofi/wayland.nix
index dfb096d654d68..1d7ef32cd37ea 100644
--- a/pkgs/applications/misc/rofi/wayland.nix
+++ b/pkgs/applications/misc/rofi/wayland.nix
@@ -9,14 +9,14 @@
 
 rofi-unwrapped.overrideAttrs (oldAttrs: rec {
   pname = "rofi-wayland-unwrapped";
-  version = "1.7.5+wayland1";
+  version = "1.7.5+wayland2";
 
   src = fetchFromGitHub {
     owner = "lbonn";
     repo = "rofi";
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-ddKLV7NvqgTQl5YlAEyBK0oalcJsLASK4z3qArQPUDQ=";
+    sha256 = "sha256-5pxDA/71PV4B5T3fzLKVC4U8Gt13vwy3xSDPDsSDAKU=";
   };
 
   nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ];