rofi-unwrapped: 1.7.9 -> 1.7.9.1 (#413461)

This commit is contained in:
Nick Cao 2025-06-03 18:48:46 -04:00 committed by GitHub
commit ad3a85796b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''