From ea8ecb2953d88dc4b0a4e73e94f58399ee8629eb Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 15 May 2022 13:23:14 -0400 Subject: [PATCH] Bump rfd to v0.8.1 --- common/packages.nix | 2 +- modules/overlays/rfd/default.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index d6fb594..43e6f5a 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -185,7 +185,7 @@ in pinentry-curses postman qemu - /* rfd */ + rfd rtorrent rustup signal-desktop diff --git a/modules/overlays/rfd/default.nix b/modules/overlays/rfd/default.nix index 434baa0..01ae3c9 100644 --- a/modules/overlays/rfd/default.nix +++ b/modules/overlays/rfd/default.nix @@ -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 ]; }; }