rofi-unwrapped: 1.7.9 -> 1.7.9.1

This commit is contained in:
R. Ryantm
2025-06-03 02:33:17 +00:00
parent 3603bcb66c
commit bd20ceb6d9
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.9";
version = "1.7.9.1";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-YI6ShRRBJ9ExkzDnI31YjtI1mWRWPzVRYQvpTAtLTeI=";
hash = "sha256-HZMVGlK6ig7kWf/exivoiTe9J/SLgjm7VwRm+KgKN44=";
};
preConfigure = ''