Commit Graph

13 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
R. Ryantm
d43a4a9fb9 chain-bench: 0.1.9 -> 0.1.10 2024-01-02 16:30:04 +00:00
R. Ryantm
56ce64cba7 chain-bench: 0.1.8 -> 0.1.9 2023-11-16 23:23:26 +00:00
R. Ryantm
9a138adb37 chain-bench: 0.1.7 -> 0.1.8 2023-10-24 10:28:51 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
06kellyjac
c97cd4f4a8 chain-bench: 0.1.6 -> 0.1.7
Changelog: https://github.com/aquasecurity/chain-bench/releases/tag/v0.1.7
2022-11-24 12:27:54 +00:00
R. Ryantm
4c6b820862 chain-bench: 0.1.4 -> 0.1.6 2022-10-26 21:58:28 +08:00
R. Ryantm
15d76ebacd chain-bench: 0.1.3 -> 0.1.4 2022-09-20 06:16:36 +00:00
R. Ryantm
12051201fa chain-bench: 0.1.0 -> 0.1.3 2022-07-28 02:09:34 +00:00
06kellyjac
8fed4ee6bb chain-bench: 0.0.3 -> 0.1.0 2022-07-05 09:26:06 +01:00
06kellyjac
739968042e chain-bench: 0.0.2 -> 0.0.3 2022-06-27 10:55:11 +01:00
06kellyjac
2205b90699 chain-bench: init at 0.0.2 2022-06-15 17:27:46 +01:00