We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2921faa + 83a59bb commit 7cbbfafCopy full SHA for 7cbbfaf
1 file changed
pkgs/applications/misc/rofi/default.nix
@@ -29,14 +29,14 @@
29
30
stdenv.mkDerivation rec {
31
pname = "rofi-unwrapped";
32
- version = "1.7.8";
+ version = "1.7.9";
33
34
src = fetchFromGitHub {
35
owner = "davatorium";
36
repo = "rofi";
37
rev = version;
38
fetchSubmodules = true;
39
- hash = "sha256-TEn3LoTUc5mxYcVkckIFTfkqQ9cUJxkXyg/5TFv5TZ0=";
+ hash = "sha256-YI6ShRRBJ9ExkzDnI31YjtI1mWRWPzVRYQvpTAtLTeI=";
40
};
41
42
preConfigure = ''
0 commit comments