Skip to content

Commit

Permalink
netperf: update source
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 14, 2017
1 parent 4e2110b commit ea2aeb7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/applications/networking/netperf/default.nix
@@ -1,11 +1,13 @@
{stdenv, fetchurl}:
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
name = "netperf-2.7.0";

src = fetchurl {
url = "ftp://ftp.netperf.org/netperf/${name}.tar.bz2";
sha256 = "0nip8178pdry0pqx2gkz0sl2gcvc7qww621q43kqnp43amvg2al4";
src = fetchFromGitHub {
owner = "HewlettPackard";
repo = "netperf";
rev = name;
sha256 = "034indn3hicwbvyzgw9f32bv2i7c5iv8b4a11imyn03pw97jzh10";
};

meta = {
Expand Down

0 comments on commit ea2aeb7

Please sign in to comment.