mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
nix: rfd v0.3.6 -> v0.4.0
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.6";
|
version = "v0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davegallant";
|
owner = "davegallant";
|
||||||
repo = "rfd";
|
repo = "rfd";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256:0804zwm303ykzvb4f742khdd9785gsabr2nj9ygdas3vakv5h5hy";
|
hash = "sha256:0pr3ic4g5ccaqaqqpns5jc1lpilidx49380gnycrznghp3vqjsl1";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Reference in New Issue
Block a user