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
commit 2e20d6fb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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