rofi-wayland-unwrapped: 1.7.8+wayland1 -> 1.7.9+wayland1

This commit is contained in:
R. Ryantm
2025-05-27 00:07:14 +00:00
parent bdc995d3e9
commit 585d710a29
+2 -2
View File
@@ -10,14 +10,14 @@
rofi-unwrapped.overrideAttrs (oldAttrs: rec {
pname = "rofi-wayland-unwrapped";
version = "1.7.8+wayland1";
version = "1.7.9+wayland1";
src = fetchFromGitHub {
owner = "lbonn";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-6hQfy0c73z1Oi2mGjuhKLZQIBpG1u06v40dmlc5fL/w=";
hash = "sha256-tLSU0Q221Pg3JYCT+w9ZT4ZbbB5+s8FwsZa/ehfn00s=";
};
depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ];