rofi-unwrapped: 1.7.7 -> 1.7.8 (#375081)

This commit is contained in:
Donovan Glover
2025-02-03 11:17:36 +00:00
committed by GitHub
+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 = ''