rofi-unwrapped: 1.7.7 -> 1.7.8

This commit is contained in:
R. Ryantm
2025-01-19 14:57:22 +00:00
parent 3ab4abae1d
commit c1e93aee0a
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.7";
version = "1.7.8";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-2rPEn+XotijqLYo2EcoiJbgdbRk4SCQ+D4jZ1gwpCQw=";
hash = "sha256-TEn3LoTUc5mxYcVkckIFTfkqQ9cUJxkXyg/5TFv5TZ0=";
};
preConfigure = ''