about summary refs log tree commit diff
path: root/pkgs/tools/security/sdlookup/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2022-03-12sdlookup: init at unstable-2022-03-10Fabian Affolter1-0/+25