owamp: 3.5.6 -> 4.4.6 (#248339)

This commit is contained in:
Keanu Ashwell 2023-08-13 00:28:23 +10:00 committed by GitHub
parent 9679fa969c
commit bcb66d4e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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