wxt
e0b7981969
benthos: 4.27.0 -> 4.39.0
2024-11-11 11:10:04 +08:00
wxt
3518622af7
benthos: nixfmt
2024-11-11 10:14:12 +08:00
Aleksana
c00d32f285
beszel: init at 0.6.2 ( #345444 )
2024-11-10 11:24:22 +08:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
wxt
975f4c45ae
beszel: init at 0.6.2
2024-11-06 18:35:23 +08:00
Austin Horstman
12d623b9a8
berry: fix darwin build
2024-11-05 13:50:13 -06:00
Austin Horstman
3aff222fd7
berry: format
2024-11-04 22:51:28 -06:00
Nick Cao
7ce2e3838d
beekeeper-studio: 4.6.2 -> 4.6.8 ( #343622 )
2024-10-24 17:14:44 -04:00
Sergei Zimmerman
7281ff8a09
bear: move to pkgs/by-name
2024-10-17 14:59:48 +03:00
R. Ryantm
f9e0e49737
beekeeper-studio: 4.6.2 -> 4.6.8
2024-10-01 22:31:44 +02:00
R. Ryantm
0ca453f75c
bee: 2.1.0 -> 2.2.0
2024-09-26 23:29:54 +02:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
David McFarland
e7fb591c92
dotnet-sdk-setup-hook: configure nuget in sourceRoot
...
Instead of creating a nuget.config in NIX_BUILD_TOP, and depending on
inheritance from sourceRoot, we'll make the required changes directly in
the latter. This fixes packages where sourceRoot is NIX_BUILD_TOP.
2024-09-17 01:12:12 -03:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Spencer Heywood
dd32ffd55c
beeper-bridge-manager: fix styling and typo
2024-09-11 14:24:17 -06:00
Weijia Wang
d348534f50
bevelbar: 24.06 -> 24.07 ( #337670 )
2024-09-10 00:55:16 +02:00
David McFarland
e6c700ed11
dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs
2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28
dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig
2024-09-06 16:05:19 -03:00
Arnout Engelen
e95622a6ff
beon: init at 2024-02-26 ( #337890 )
2024-09-03 11:13:40 +02:00
Arnout Engelen
f7a50a06dd
beon: init at 2024-02-26
...
Notably, this is the font used in the styleguide for the WHY2025 hacker camp.
2024-09-03 09:22:27 +02:00
R. Ryantm
93eacad925
bevelbar: 24.06 -> 24.07
2024-08-27 09:15:22 +00:00
R. Ryantm
524c8b764e
beeper-bridge-manager: 0.12.1 -> 0.12.2
2024-08-26 18:49:11 +00:00
Roland Coeurjoly
e18154d9a4
betterdiscordctl: substitute --replace with --replace-fail
2024-08-25 17:59:23 +02:00
Weijia Wang
19fe2e5f72
Merge pull request #335358 from r-ryantm/auto-update/beeper-bridge-manager
...
beeper-bridge-manager: 0.12.0 -> 0.12.1
2024-08-21 02:01:04 +02:00
Jo Vandeginste
3b4f6ef968
beidconnect: init at 2.10
...
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
2024-08-19 15:37:16 +02:00
R. Ryantm
e0af60030b
beeper-bridge-manager: 0.12.0 -> 0.12.1
2024-08-17 12:23:54 +00:00
Rishi Kumar
30a5b3b2fb
bend: 0.2.34 -> 0.2.36
2024-08-02 03:24:46 +05:30
zimbatm
e7d212886b
beanstalkd: move to by-name
2024-07-31 09:10:35 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Spencer Heywood
55ce6e0bb5
beeper-bridge-manager: init 0.12.0
2024-07-23 10:41:02 -06:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
...
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
David McFarland
86db49c704
beatsabermodmanager: add dotnet 6.0.31 packages
...
These packages are required to build with sdk 7, which is EOL and still
references the old version.
2024-07-13 10:22:44 -03:00
Dusk Banks
62f276d486
treewide: remove bb010g from maintainers
2024-07-04 02:41:05 -07:00
Dusk Banks
52da78e1d7
betterdiscordctl: fix file permissions
2024-07-04 02:41:04 -07:00
Dusk Banks
34b1c1f92f
treewide: migrate bb010g's packages to by-name
2024-07-04 02:41:03 -07:00
Pol Dellaiera
762fdf04a8
Merge pull request #323061 from r-ryantm/auto-update/beekeeper-studio
...
beekeeper-studio: 4.6.0 -> 4.6.2
2024-06-29 07:49:41 +02:00
R. Ryantm
a57f340571
beekeeper-studio: 4.6.0 -> 4.6.2
2024-06-28 01:16:11 +00:00
R. Ryantm
feaa0e9f80
bevelbar: 23.08 -> 24.06
2024-06-27 23:43:24 +00:00
Aleksana
4856e01dd6
Merge pull request #321571 from surfaceflinger/update-beekeeper-studio
...
beekeeper-studio: fix build by updating it
2024-06-24 12:29:23 +08:00
nat
863df88d1c
beekeeper-studio: avoid with lib; add sourceProvenance
2024-06-22 10:03:00 +02:00
Jeremy Schlatter
d4a9198797
bend: 0.2.22 -> 0.2.34, hvm: 2.0.17 -> 2.0.19
...
These updates are coupled because bend depends on exact hvm version.
Also removes IOKit from hvm's buildInputs on darwin. This was a holdover
from HVM1, which needed it. HVM2 does not.
Also deletes unused unused arguments from the hvm derivation.
Also migrates hvm to pkgs/by-name.
2024-06-21 18:41:48 -07:00
nat
03698a665b
beekeeper-studio: use --replace-fail
2024-06-21 19:26:59 +02:00
nat
8762c035f5
beekeeper-studio: 4.4.0 -> 4.6.0
2024-06-21 19:24:58 +02:00
Pol Dellaiera
9701fe450a
Merge pull request #319684 from r-ryantm/auto-update/beekeeper-studio
...
beekeeper-studio: 4.3.4 -> 4.4.0
2024-06-16 22:38:28 +02:00
Zitrone
0aa14eb2c8
BeatSaberModManager: rename to beatsabermodmanager
2024-06-16 08:01:14 +02:00
R. Ryantm
0ff9856362
beekeeper-studio: 4.3.4 -> 4.4.0
2024-06-14 00:28:23 +00:00
Sandro
0667eb8297
Merge pull request #318738 from GoldsteinE/betula/1.3
2024-06-10 16:11:03 +02:00
Goldstein
10c812a856
betula: 1.2.0 -> 1.3.1
2024-06-10 11:54:04 +03:00