about summary refs log tree commit diff
path: root/pkgs/servers/udpt
AgeCommit message (Collapse)AuthorFilesLines
2022-01-20udpt: 3.1.0 -> 3.1.1R. RyanTM1-3/+3
(#155565)
2021-05-08treewide: fix cargoSha256/cargoHashDaniƫl de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-03-14updt: expand platforms to allBen Siraphob1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-4/+4
2020-08-15udpt: remove verifyCargoDepszowoq1-1/+0
2020-07-23udpt: 2017-09-27 -> 3.1.1makefu1-33/+9
udpt did a complete rewrite from cpp to rust. This Commit uses rust with cargo to build the package. The Configuration format changed form .conf to .toml and the binary changed from udpt to udpt-rs
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-27udpt: 2016-02-20 -> 2017-09-27makefu1-6/+16
2016-10-03udpt: init at 2016-02-20makefu1-0/+42
fixes #19171