Merge pull request #41520 from teto/flent_fix

flent: fix fetchFromGitHub version
This commit is contained in:
Graham Christensen
2018-06-05 22:36:56 -04:00
committed by GitHub

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 ];