Merge pull request #178267 from r-ryantm/auto-update/rofi-rbw

rofi-rbw: 0.5.0 -> 1.0.0
main
Mario Rodas 2 years ago committed by GitHub
commit e1e08fe28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/misc/rofi-rbw/default.nix

@ -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 ];

Loading…
Cancel
Save