Merge pull request #41520 from teto/flent_fix
flent: fix fetchFromGitHub version
This commit is contained in:
commit
2e20d6fb60
@ -6,8 +6,8 @@ buildPythonApplication rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "tohojo";
|
||||
repo = "flent";
|
||||
rev = version;
|
||||
sha256 = "0rl4ahynl6ymw7r04vpg9p90pplrxc41rjlzvm0swxsvpw40yvkm";
|
||||
rev = "v${version}";
|
||||
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
|
||||
};
|
||||
|
||||
buildInputs = [ netperf ];
|
||||
|
Loading…
Reference in New Issue
Block a user