Bump rfd to v0.8.1

This commit is contained in:
Dave Gallant
2022-05-15 13:23:14 -04:00
parent e07ad5a0f7
commit ea8ecb2953
2 changed files with 3 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ in
pinentry-curses
postman
qemu
/* rfd */
rfd
rtorrent
rustup
signal-desktop

View File

@@ -6,14 +6,14 @@ in
with py.pkgs;
buildPythonApplication rec {
pname = "rfd";
version = "v0.8.0";
version = "v0.8.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "davegallant";
repo = "rfd";
rev = version;
hash = "sha256-Y98CKy89UMB+KJYHeM4zXkAZ2BnvGu4eyw6ZwcGnMPg=";
hash = "sha256-9gOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48=";
};
# No tests included
@@ -35,6 +35,5 @@ buildPythonApplication rec {
homepage = "https://www.redflagdeals.com/";
description = "View RedFlagDeals from the command line";
license = licenses.gpl3;
maintainers = [ davegallant ];
};
}