Skip to content

Commit

Permalink
Merge pull request #188723 from r-ryantm/auto-update/rofi-wayland-unw…
Browse files Browse the repository at this point in the history
…rapped

rofi-wayland-unwrapped: 1.7.3+wayland1 -> 1.7.5+wayland1
  • Loading branch information
onny committed Aug 30, 2022
2 parents 1fd15ea + 6de85da commit f821864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/rofi/wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit f821864

Please sign in to comment.