mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Bump rfd to v0.7.2
This commit is contained in:
@@ -6,14 +6,14 @@ in
|
|||||||
with py.pkgs;
|
with py.pkgs;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rfd";
|
pname = "rfd";
|
||||||
version = "v0.7.1";
|
version = "v0.7.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davegallant";
|
owner = "davegallant";
|
||||||
repo = "rfd";
|
repo = "rfd";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-imFSkCFeSMLW7QYYF3cXp7tKEruLt8a6W3JDPblKHHU=";
|
hash = "sha256-LW/iXAmq59xxIxqx9RaMLe0L6DFkkcm/+hTq8UgjyQM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests included
|
# No tests included
|
||||||
|
Reference in New Issue
Block a user