Merge pull request #157420 from bew/update-rofi-wayland

rofi-wayland: 1.7.2+wayland1 -> 1.7.3+wayland1

authored by Felix Bühler and committed by GitHub 4120d0fe d67bd719

+2 -2
+2 -2
pkgs/applications/misc/rofi/wayland.nix
··· 8 8 9 9 rofi-unwrapped.overrideAttrs (oldAttrs: rec { 10 10 pname = "rofi-wayland-unwrapped"; 11 - version = "1.7.2+wayland1"; 11 + version = "1.7.3+wayland1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "lbonn"; 15 15 repo = "rofi"; 16 16 rev = version; 17 17 fetchSubmodules = true; 18 - sha256 = "sha256-INFYHOVjBNj8ks4UjKnxLW8mL7h1c8ySFPS/rUxOWwo="; 18 + sha256 = "sha256-qvIxWxiQj42VgScSsrF1Yf6ifgEbZes0flNbbwc3O8I="; 19 19 }; 20 20 21 21 nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols ];