rofi-rbw: 0.5.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2022-06-19 18:56:02 +00:00
parent 2183eaf122
commit 949f5bcc9b

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