about summary refs log tree commit diff
path: root/pkgs/tools/security/hologram
AgeCommit message (Collapse)AuthorFilesLines
2022-05-20hologram: unstable-2018-03-19 -> 1.2.1Aaron Jheng1-8/+12
2021-07-29hologram: cleanupSandro Jäckel1-3/+2
2021-07-27tools/{security/system}: replace name with pname&versionFelix Buehler1-1/+2
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt1-1/+1
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
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-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-09-08hologram: use upstream vendorzowoq2-112/+0
2020-08-15buildGoPackage: remove platform.all from packageszowoq1-1/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-20hologram: 2017-01-30 -> 2018-03-19Joel Thompson1-7/+7
2017-07-05Fix hologram server with go versions > 1.4, no fix yet upstream.Rob Vermaas1-0/+4
(cherry picked from commit cbfb35a145287f9c18c801ffaf4f36967f1bd563)
2017-02-02hologram: 8d86e3f -> d20d1c3Fernando J Pando2-5/+22
- Updates dependencies - Adds configuration module - Tested on Nixos Unstable
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski3-102/+102
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski1-17/+99
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09hologram: extracted from goPackagesKamil Chmielewski2-0/+39