rofi-unwrapped: 1.7.8 -> 1.7.9 (#408474)

This commit is contained in:
Arne Keller
2025-05-20 17:36:56 +02:00
committed by GitHub
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-TEn3LoTUc5mxYcVkckIFTfkqQ9cUJxkXyg/5TFv5TZ0=";
hash = "sha256-YI6ShRRBJ9ExkzDnI31YjtI1mWRWPzVRYQvpTAtLTeI=";
};
preConfigure = ''