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 pinentry-curses
postman postman
qemu qemu
/* rfd */ rfd
rtorrent rtorrent
rustup rustup
signal-desktop signal-desktop

View File

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