uftp: 4.9.9 -> 4.9.11

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-05-24 08:31:09 -07:00
parent 8abe5ee07e
commit c3a0f32d3e

View file

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