Skip to content

Commit

Permalink
Merge pull request #178267 from r-ryantm/auto-update/rofi-rbw
Browse files Browse the repository at this point in the history
rofi-rbw: 0.5.0 -> 1.0.0
  • Loading branch information
marsam authored Jun 22, 2022
2 parents 96950f2 + 949f5bc commit e1e08fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/rofi-rbw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonApplication rec {
pname = "rofi-rbw";
version = "0.5.0";
version = "1.0.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "fdw";
repo = "rofi-rbw";
rev = version;
hash = "sha256-1RDwb8lKls6+X/XtARbi4F7sK4nT03Iy3Wb9N1LEa5o=";
rev = "refs/tags/${version}";
hash = "sha256-BL7aLHKhLAGAT5+NXqzAW2g17XB1PjgRgJuxLh8fFk8=";
};

propagatedBuildInputs = [ configargparse ];
Expand Down

0 comments on commit e1e08fe

Please sign in to comment.