uftp: 4.10.2 -> 5.0

gstqt5
Tristan Helmich (omniIT) 2020-04-30 11:43:02 +00:00
parent 01790228ca
commit edba1d79d1
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "uftp";
version = "4.10.2";
version = "5.0";
src = fetchurl {
url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz";
sha256 = "01c54mqz37157dfq47zjqvfy7v98vbi9zn9mzrxszsz0gyq6mazc";
sha256 = "1q08schd765fsm9647ac4ic2x70ys2x48mqz97mibdi4bbm72bsn";
};
buildInputs = [ openssl ];