lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

uftp: 5.0 -> 5.0.1

+2 -2
+2 -2
pkgs/servers/uftp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "uftp"; 5 - version = "5.0"; 5 + version = "5.0.1"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz"; 9 - sha256 = "1q08schd765fsm9647ac4ic2x70ys2x48mqz97mibdi4bbm72bsn"; 9 + sha256 = "sha256-8ENfvI6f+hJeBWAMtsf8kz19WH9brkGyVyZ75PLODmE="; 10 10 }; 11 11 12 12 buildInputs = [ openssl ];