Bump rfd to 0.8.0

This commit is contained in:
Dave Gallant
2021-09-25 14:06:41 -04:00
parent 41ffa69b74
commit d68948bfdc
3 changed files with 24 additions and 23 deletions

View File

@@ -6,14 +6,14 @@ in
with py.pkgs;
buildPythonApplication rec {
pname = "rfd";
version = "v0.7.2";
version = "v0.8.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "davegallant";
repo = "rfd";
rev = version;
hash = "sha256-LW/iXAmq59xxIxqx9RaMLe0L6DFkkcm/+hTq8UgjyQM=";
hash = "sha256-Y98CKy89UMB+KJYHeM4zXkAZ2BnvGu4eyw6ZwcGnMPg=";
};
# No tests included