about summary refs log tree commit diff
path: root/pkgs/tools/networking/assh
AgeCommit message (Collapse)AuthorFilesLines
2022-10-22assh: 2.14.0 -> 2.15.0R. Ryantm1-3/+3
2022-06-10assh: 2.12.2 -> 2.14.0Fabian Affolter1-3/+3
2022-04-12assh: enable testssuperherointj1-2/+4
2022-01-11assh: 2.12.1 -> 2.12.2R. Ryantm1-3/+3
2022-01-03assh: 2.12.0 -> 2.12.1Austin Butler1-3/+3
2021-10-20assh: 2.11.3 -> 2.12.0Fabian Affolter1-3/+3
2021-08-21assh: buildFlagsArray -> ldflagszowoq1-3/+3
2021-03-20assh: set versionFabian Affolter1-1/+10
2021-02-18assh: 2.11.0 -> 2.11.3R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-21assh: 2.10.0 -> 2.11.0 (#109724)R. RyanTM1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-07assh: 2.7.0 -> 2.10.0, use buildGoModuleJonathan Ringer1-12/+17
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-24assh: 2.6.0 -> 2.7.0Ryan Mulligan1-2/+2
Semi-automatic update; builds on NixOS
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-3/+1
This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
2017-09-21assh: add openssh to PATHJörg Thalheim1-1/+6
2017-09-21assh: init at 2.6.0Diego Zamboni1-0/+28
Powerful wrapper around ssh.