mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
update: rfd.nix v0.3.5->v0.3.6
This commit is contained in:
@@ -7,13 +7,13 @@ rec {
|
|||||||
|
|
||||||
rfd = with self; pythonPackages.buildPythonApplication rec {
|
rfd = with self; pythonPackages.buildPythonApplication rec {
|
||||||
pname = "rfd";
|
pname = "rfd";
|
||||||
version = "v0.3.5";
|
version = "v0.3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davegallant";
|
owner = "davegallant";
|
||||||
repo = "rfd";
|
repo = "rfd";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256:0hg9mgb0hf8ddxbnnrd28a7fxngld7m0fadzidjbj99j0gxvzq6g";
|
hash = "sha256:0804zwm303ykzvb4f742khdd9785gsabr2nj9ygdas3vakv5h5hy";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Reference in New Issue
Block a user