uftp: 5.0.2 -> 5.0.3

This commit is contained in:
R. Ryantm 2023-12-24 18:09:54 +00:00
parent 42e8265222
commit 28a5992e72
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "uftp";
version = "5.0.2";
version = "5.0.3";
src = fetchurl {
url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz";
sha256 = "sha256-V8EqauWZQlNfteYgOBrt6xfVAAnucfI2QnziN6RsCxQ=";
sha256 = "sha256-y4ZowZsfELxjoW/6iT4gXcPshjYQN9R32AAyYOvEAIA=";
};
buildInputs = [ openssl ];