Skip to content

Commit 7cbbfaf

Browse files
rofi-unwrapped: 1.7.8 -> 1.7.9 (NixOS#408474)
2 parents 2921faa + 83a59bb commit 7cbbfaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/rofi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "rofi-unwrapped";
32-
version = "1.7.8";
32+
version = "1.7.9";
3333

3434
src = fetchFromGitHub {
3535
owner = "davatorium";
3636
repo = "rofi";
3737
rev = version;
3838
fetchSubmodules = true;
39-
hash = "sha256-TEn3LoTUc5mxYcVkckIFTfkqQ9cUJxkXyg/5TFv5TZ0=";
39+
hash = "sha256-YI6ShRRBJ9ExkzDnI31YjtI1mWRWPzVRYQvpTAtLTeI=";
4040
};
4141

4242
preConfigure = ''

0 commit comments

Comments
 (0)