mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Bump rfd to v0.8.1
This commit is contained in:
@@ -185,7 +185,7 @@ in
|
|||||||
pinentry-curses
|
pinentry-curses
|
||||||
postman
|
postman
|
||||||
qemu
|
qemu
|
||||||
/* rfd */
|
rfd
|
||||||
rtorrent
|
rtorrent
|
||||||
rustup
|
rustup
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
@@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user