rofi-wayland-unwrapped: 1.7.8+wayland1 -> 1.7.9+wayland1 (#411264)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:29:38 +00:00 committed by GitHub
commit 001984642c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
rofi-unwrapped.overrideAttrs (oldAttrs: rec { rofi-unwrapped.overrideAttrs (oldAttrs: rec {
pname = "rofi-wayland-unwrapped"; pname = "rofi-wayland-unwrapped";
version = "1.7.8+wayland1"; version = "1.7.9+wayland1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lbonn"; owner = "lbonn";
repo = "rofi"; repo = "rofi";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-6hQfy0c73z1Oi2mGjuhKLZQIBpG1u06v40dmlc5fL/w="; hash = "sha256-tLSU0Q221Pg3JYCT+w9ZT4ZbbB5+s8FwsZa/ehfn00s=";
}; };
depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ]; depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ];