Unverified Commit bcb66d4e authored by Keanu Ashwell's avatar Keanu Ashwell Committed by GitHub
Browse files

owamp: 3.5.6 -> 4.4.6 (#248339)

parent 9679fa96
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -3,17 +3,19 @@

stdenv.mkDerivation rec {
  pname = "owamp";
  version = "3.5.6";
  nativeBuildInputs = [ autoconf automake ];
  buildInputs = [ mandoc ];
  version = "4.4.6";

  src = fetchFromGitHub {
    owner = "perfsonar";
    repo = "owamp";
    rev = version;
    sha256="019rcshmrqk8pfp510j5jvazdcnz0igfkwv44mfxb5wirzj9p6s7";
    rev = "v${version}";
    sha256= "5o85XSn84nOvNjIzlaZ2R6/TSHpKbWLXTO0FmqWsNMU=";
    fetchSubmodules = true;
  };

  nativeBuildInputs = [ autoconf automake ];
  buildInputs = [ mandoc ];

  preConfigure = ''
    I2util/bootstrap.sh
    ./bootstrap