about summary refs log tree commit diff
path: root/pkgs/by-name/br
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14bruno: fix build failure on darwinlucasew1-0/+2
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-06-14Merge pull request #319505 from fabaff/breadsFabian Affolter1-0/+40
breads-ad: init at 1.2.4-unstable-2024-05-27
2024-06-13breads-ad: init at 1.2.4-unstable-2024-05-27Fabian Affolter1-0/+40
Tool to evaluate Active Directory Security https://github.com/oppsec/breads
2024-06-12bruno: 1.18.1 -> 1.19.0R. Ryantm1-2/+2
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
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-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-08brickstore: 0-unstable-2024-05-02 -> 2024.5.2Peder Bergebakken Sundt1-2/+2
They do have proper releases, no reason to tag the unstable.
2024-06-07Merge pull request #309937 from jrobinson-uk/add-bricktore-packagePol Dellaiera1-0/+92
brickstore: init at 0-unstable-2024-05-02
2024-06-07brickstore: init at 0-unstable-2024-05-02James Robinson1-0/+92
Removing redundant comments
2024-06-05bruno: 1.18.0 -> 1.18.1R. Ryantm1-3/+3
2024-05-24Merge pull request #313904 from gepbird/bruno-1.18.0Aleksana1-2/+2
bruno: 1.17.0 -> 1.18.0
2024-05-23bruno: 1.17.0 -> 1.18.0Gutyina Gergő1-2/+2
2024-05-22brainstem: remove packageFlorian Klink1-90/+0
The SDK tarballs are not guaranteed to stay around: > We keep all release artifacts, but we do not keep them publicly > available; nor do we guarantee their availability. The links I have > provided are also not guaranteed. As I mentioned we can generally > provide these upon request. This means, this expression is likely to fail in the near future, so it's unsuitable to be packaged in nixpkgs. It's better to keep it wherever it's used (and vendor the tarballs there).
2024-05-10bruno: 1.16.1 -> 1.17.0Gutyina Gergő1-3/+3
2024-05-05bruno: 1.16.0 -> 1.16.1R. Ryantm1-2/+2
2024-05-02Merge #306057: init broom at 0.3.0nicoo1-0/+28
2024-04-30broom: init at 0.3.0Anthony Camarillo1-0/+28
2024-04-29bruno: 1.14.0 -> 1.16.0Gutyina Gergő1-3/+3
2024-04-23bruno: 1.13.1 -> 1.14.0R. Ryantm1-3/+3
2024-04-16bruno: add maintainer gepbirdGutyina Gergő1-1/+1
2024-04-16bruno: use --replace-failGutyina Gergő1-3/+3
2024-04-16bruno: 1.12.3 -> 1.13.1Gutyina Gergő1-3/+3
2024-04-12bruno: 1.12.2 -> 1.12.3lucasew1-11/+2
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-04-09brainstem: init at 2.10.5Florian Klink1-0/+90
This provides a library and CLI tools to control Acroname USB Smart switches, as well as a firmware updater.
2024-03-25bruno: 1.11.0 -> 1.12.2 (#298809)Mathew Polzin1-3/+12
2024-03-16bruno: 1.10.0 -> 1.11.0R. Ryantm1-3/+3
2024-03-12bruno: 1.8.0 -> 1.10.0Mathew Polzin1-4/+15
2024-03-11bruno: 1.6.1 -> 1.8.0Mathew Polzin1-3/+5
2024-03-06bruteforce-salted-openssl: 1.4.2 -> 1.5.0R. Ryantm1-2/+2
2024-03-02bruteforce-wallet: 1.5.3 -> 1.5.4R. Ryantm1-2/+2
2024-01-28breeze-hacked-cursor-theme: init at unstable-2024-1-28Anomalocaridid1-0/+50
2024-01-18Merge pull request #281308 from octodi/bruteforce-salted-opensslFabian Affolter1-0/+38
bruteforce-salted-openssl: init at 1.4.2
2024-01-17bruteforce-salted-openssl: init at 1.4.2octodi1-0/+38
Update package.nix Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
2024-01-17bruteforce-wallet: init at 1.5.3octodi1-0/+40
Update package.nix Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
2024-01-14maintainers: add mattpolzinMatt Polzin1-1/+1
2024-01-13bruno: fix arm64 linux buildsMatt Polzin1-1/+1
2024-01-13bruno: fix darwin buildsMatt Polzin1-1/+26
2024-01-06bruno: 1.5.1 -> 1.6.1R. Ryantm1-3/+3
2023-12-31bruno: package from sourcelucasew1-35/+92
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-12-29bruno: add meta.sourceProvenanceSebastian Gabriel Trzpiot1-0/+1
2023-12-29bruno: remove period at the end of the descriptionSebastian Gabriel Trzpiot1-1/+1
2023-12-29bruno: 1.5.0 -> 1.5.1Sebastian Gabriel Trzpiot1-2/+2
https://github.com/usebruno/bruno/releases/tag/v1.5.1
2023-12-18bruno: 1.4.0 -> 1.5.0kashw21-2/+2
2023-12-09bruno: 1.3.1 -> 1.4.0kashw21-2/+2
2023-12-04bruno: 1.3.0 -> 1.3.1kashw21-2/+2
2023-12-02bruno: 1.2.0 -> 1.3.0kashw21-2/+2
2023-11-29Merge pull request #267038 from trespaul/init-brillEmily Trau1-0/+38
brill: init at 4.000.073
2023-11-25bruno: add `kashw2` as maintainerkashw21-1/+1
2023-11-25bruno: 1.1.1 -> 1.2.0kashw21-2/+2