summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 23:41:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 23:41:00 +0000
commit6de85da84cb24b46149371d06c05682e7bdfcb51 (patch)
tree671c9356b91fdf5d0a39a017d3f83d86dcf413cf
parentcef50cde2bd337c795159e8b26c7c246206b6740 (diff)
downloadnixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar.gz
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar.bz2
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar.lz
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar.xz
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.tar.zst
nixpkgs-6de85da84cb24b46149371d06c05682e7bdfcb51.zip
rofi-wayland-unwrapped: 1.7.3+wayland1 -> 1.7.5+wayland1
-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 ac0d1c216a4..d6e6946af54 100644
--- a/pkgs/applications/misc/rofi/wayland.nix
+++ b/pkgs/applications/misc/rofi/wayland.nix
@@ -8,14 +8,14 @@
 
 rofi-unwrapped.overrideAttrs (oldAttrs: rec {
   pname = "rofi-wayland-unwrapped";
-  version = "1.7.3+wayland1";
+  version = "1.7.5+wayland1";
 
   src = fetchFromGitHub {
     owner = "lbonn";
     repo = "rofi";
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-qvIxWxiQj42VgScSsrF1Yf6ifgEbZes0flNbbwc3O8I=";
+    sha256 = "sha256-ddKLV7NvqgTQl5YlAEyBK0oalcJsLASK4z3qArQPUDQ=";
   };
 
   nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols ];