Skip to content

Commit

Permalink
Merge pull request NixOS#186693 from r-ryantm/auto-update/rofi-unwrapped
Browse files Browse the repository at this point in the history
rofi-unwrapped: 1.7.3 -> 1.7.4
  • Loading branch information
ryantm authored Aug 14, 2022
2 parents ad32ccb + 0f16ca6 commit f86f197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/rofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.3";
version = "1.7.4";

src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-bUedRRmrfdmzNW+2PzJvLbCTIWta2rbQ3CTLRSdJqbs=";
sha256 = "sha256-xAGhwzm+L8/aBJ65zfbnHyZFlg5x0b2s1x1aTC2I5po=";
};

preConfigure = ''
Expand Down

0 comments on commit f86f197

Please sign in to comment.