From e14fa60cb61e285258c202762e7a102add8a42f1 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Wed, 6 Jun 2018 11:22:23 +0900 Subject: flent: fix fetchFromGitHub version Lacked a "v" in revision. --- pkgs/applications/networking/flent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/flent') diff --git a/pkgs/applications/networking/flent/default.nix b/pkgs/applications/networking/flent/default.nix index 9a0bb0104d4c..90ff868d6bec 100644 --- a/pkgs/applications/networking/flent/default.nix +++ b/pkgs/applications/networking/flent/default.nix @@ -6,8 +6,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "tohojo"; repo = "flent"; - rev = version; - sha256 = "0rl4ahynl6ymw7r04vpg9p90pplrxc41rjlzvm0swxsvpw40yvkm"; + rev = "v${version}"; + sha256 = "1llcdakk0nk9xlpjjz7mv4a80yq4sjnbqhaqvyj9m6lbcxgssh2r"; }; buildInputs = [ netperf ]; -- cgit v1.2.3