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

rofi-rbw: 0.5.0 -> 1.0.0
This commit is contained in:
Mario Rodas 2022-06-22 06:04:47 -05:00 committed by GitHub
commit e1e08fe28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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