about summary refs log tree commit diff
path: root/pkgs/by-name/bl
AgeCommit message (Collapse)AuthorFilesLines
2024-06-21Merge pull request #319287 from TomaSajt/blockbenchAleksana1-2/+1
blockbench: remove electron version pin
2024-06-12blockbench: remove electron version pinTomaSajt1-2/+1
2024-06-12Merge pull request #260000 from lelgenio/init-blade-formatterPeder Bergebakken Sundt3-0/+13326
blade-formatter: init at 1.41.1
2024-06-11blade-formatter: init at 1.41.1lelgenio3-0/+13326
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-05-30blockbench: 4.10.1 -> 4.10.2R. Ryantm1-3/+3
2024-05-22Merge pull request #312518 from dali99/bluemapPeder Bergebakken Sundt1-0/+30
bluemap: init at 3.21, and init module
2024-05-21Merge pull request #313183 from TomaSajt/blockbench-darwinckie1-27/+50
2024-05-21bluemap: init at 3.21Daniel Olsen1-0/+30
2024-05-21Merge pull request #312500 from atorres1985-contrib/blockattackPeder Bergebakken Sundt1-0/+76
blockattack: 2.8.0 -> 2.9.0
2024-05-21Merge pull request #311344 from azuwis/blueutilPeder Bergebakken Sundt1-6/+15
blueutil: 2.9.1 -> 2.10.0
2024-05-21Merge pull request #313175 from TomaSajt/blockbenchPol Dellaiera1-2/+2
blockbench: 4.10.0 -> 4.10.1
2024-05-20blockbench: fix darwin buildTomaSajt1-27/+50
2024-05-20blockbench: 4.10.0 -> 4.10.1TomaSajt1-2/+2
2024-05-17blockattack: 2.8.0 -> 2.9.0Anderson Torres1-2/+2
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-05-17blockattack: nixfmtAnderson Torres1-15/+16
2024-05-17blockattack: use ninjaAnderson Torres1-0/+2
Because it is faster (your mileage can vary).
2024-05-17blockattack: refactorAnderson Torres1-10/+24
- finalAttrs - strictDeps - split outputs - no nested with in meta - updateScript
2024-05-17blockattack: migrate to by-nameAnderson Torres1-0/+59
2024-05-13blueutil: 2.9.1 -> 2.10.0Zhong Jianxin1-6/+15
- Format using nixfmt-rfc-style - Add passthru.tests.version - Add passthru.updateScript - Add meta.changelog
2024-05-11Merge branch 'master' into staging-nextJan Tojnar1-3/+3
; Conflicts: ; maintainers/scripts/luarocks-packages.csv ; pkgs/development/lua-modules/generated-packages.nix
2024-05-10blockbench: 4.9.4 -> 4.10.0R. Ryantm1-3/+3
2024-05-05Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-04bluez-tools: unstable-2020-10-25 -> 0-unstable-2020-10-24OPNA26081-1/+1
2024-05-02Merge staging-next into staginggithub-actions[bot]1-0/+74
2024-05-02blanket: avoid double wrappingWeijia Wang1-0/+6
Co-authored-by: aleksana <me@aleksana.moe>
2024-05-02blanket: 0.6.0 -> 0.7.0Alexis Hildebrandt1-0/+68
2024-04-26Merge pull request #306336 from amaxine/bluez-5.75Maxine Aubrey1-4/+3
2024-04-24maintainers: thehedgeh0g -> pyrox0Pyrox1-1/+1
Also updates my information and contact info. I no longer use The Hedgehog as my github username or online presence username, so this fixes that. It also matches my github username, so it should be easier for others to mention me if needed.
2024-04-23bluez: 5.72 → 5.75Maxine Aubrey1-4/+3
https://github.com/bluez/bluez/compare/5.72...5.75
2024-04-07bluetuith: 0.2.1 -> 0.2.2R. Ryantm1-3/+3
2024-03-25blueutil: init at 2.9.1Zhong Jianxin1-0/+45
2024-03-16blockbench: 4.8.1 -> 4.9.4, refactorTomaSajt1-0/+87
2024-02-21bluez: Remove recursivePthLoader from Python wrapperadisbladis1-1/+0
This module doesn't seem to be actually required. I've manually tried executing all binaries in the `test` output and they still run fine.
2024-02-04Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-02-04bluez: disable failing test on musl (#286245)Yureka1-1/+10
2024-02-04bluetuith: 0.2.0 -> 0.2.1R. Ryantm1-3/+3
2024-01-29Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-01-25python311Packages.recursive-pth-loader: rename from recursivePthLoaderFelix Buehler1-1/+1
2024-01-22bluez: fix build by adding pygmentsDaniel Olsen1-0/+1
2024-01-21bluez: 5.71 -> 5.72Tom Vincent1-2/+2
2024-01-14Merge staging-next into staginggithub-actions[bot]1-0/+86
2024-01-14Merge staging-next into staginggithub-actions[bot]1-0/+44
2024-01-13bluez-alsa: refactorAnderson Torres1-30/+50
- lists in ASCIIbetical ordering - finalAttrs design pattern - add updater script - remove nested with - set meta.mainProgram - add AndersonTorres as maintainer
2024-01-13bluez-alsa: migrate to by-nameAnderson Torres1-0/+66
2024-01-13Merge pull request #277322 from atorres1985-contrib/bluez-toolsThiago Kenji Okada1-0/+44
Bluez-tools: cleanup
2024-01-05bluez: 5.70 -> 5.71Anderson Torres1-23/+2
2024-01-05bluez: refactorAnderson Torres1-62/+77
- rename withExperimental to enableExperimental - finalAttrs design pattern - use lib.* string functions - update meta - mainProgram - changelog - new maintainer: AndersonTorres
2024-01-05bluez: migrate to by-nameAnderson Torres1-0/+164
2023-12-31bluetuith: add update scriptPaul Meyer1-1/+7