rofi: 1.7.6 -> 1.7.7

Diff: https://github.com/davatorium/rofi/compare/1.7.6...1.7.7
This commit is contained in:
DCsunset
2025-01-09 18:38:54 +00:00
parent 156eeac81b
commit 7226b996d8
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.6";
version = "1.7.7";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-hT9FMCAwY8hZx4y1l0vHfcReIJUBxSmixZJhKP8nRpw=";
hash = "sha256-2rPEn+XotijqLYo2EcoiJbgdbRk4SCQ+D4jZ1gwpCQw=";
};
preConfigure = ''