Update RFD

This commit is contained in:
Dave Gallant
2022-07-05 18:59:35 -04:00
parent 7323e619c9
commit 929bc70df1
4 changed files with 21 additions and 19 deletions

View File

@@ -8,14 +8,14 @@ in
with py.pkgs;
buildPythonApplication rec {
pname = "rfd";
version = "v0.8.1";
version = "v0.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "davegallant";
repo = "rfd";
rev = version;
hash = "sha256-9gOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48=";
hash = "sha256-9dOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48=";
};
# No tests included