flent: fix fetchFromGitHub version

Lacked a "v" in revision.
gstqt5
Matthieu Coudron 2018-06-06 11:22:23 +09:00
parent 696c6bed4e
commit e14fa60cb6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "tohojo";
repo = "flent";
rev = version;
sha256 = "0rl4ahynl6ymw7r04vpg9p90pplrxc41rjlzvm0swxsvpw40yvkm";
rev = "v${version}";
sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r";
};
buildInputs = [ netperf ];