Skip to content

Commit 2da63c4

Browse files
rofi: 1.7.6 -> 1.7.7 (NixOS#372452)
2 parents eae2d72 + 7226b99 commit 2da63c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/rofi/default.nix

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

2828
stdenv.mkDerivation rec {
2929
pname = "rofi-unwrapped";
30-
version = "1.7.6";
30+
version = "1.7.7";
3131

3232
src = fetchFromGitHub {
3333
owner = "davatorium";
3434
repo = "rofi";
3535
rev = version;
3636
fetchSubmodules = true;
37-
hash = "sha256-hT9FMCAwY8hZx4y1l0vHfcReIJUBxSmixZJhKP8nRpw=";
37+
hash = "sha256-2rPEn+XotijqLYo2EcoiJbgdbRk4SCQ+D4jZ1gwpCQw=";
3838
};
3939

4040
preConfigure = ''

0 commit comments

Comments
 (0)