uftp: 4.9.11 -> 4.10

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uftp/versions
This commit is contained in:
R. RyanTM 2019-07-16 18:15:04 -07:00 committed by Frederik Rietdijk
parent 9f29ecbaf4
commit 1f71623c0b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "uftp-${version}";
version = "4.9.11";
version = "4.10";
src = fetchurl {
url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz";
sha256 = "06kb4h10n5nvmv79fs5nwk40pc4vl4xqidksy9fxasgn6md87p1d";
sha256 = "14pjhc8a8fgm5cyy93r693nrjinaps6642v00jpwrjf7h2p8mfli";
};
buildInputs = [ openssl ];