flent: fix fetchFromGitHub version
Lacked a "v" in revision.
This commit is contained in:
parent
696c6bed4e
commit
e14fa60cb6
@ -6,8 +6,8 @@ buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tohojo";
|
owner = "tohojo";
|
||||||
repo = "flent";
|
repo = "flent";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "0rl4ahynl6ymw7r04vpg9p90pplrxc41rjlzvm0swxsvpw40yvkm";
|
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ netperf ];
|
buildInputs = [ netperf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user