Austin Horstman
62d8501eb8
netbird: 0.31.0 -> 0.31.1 ( #355333 )
2024-11-12 14:22:40 -06:00
Nick Cao
a0292698ca
fcitx5-rime: allow empty rimeDataPkgs
( #354400 )
2024-11-12 12:42:43 -05:00
Nick Cao
b990900ebf
hyperfine: 1.18.0 -> 1.19.0 ( #355326 )
2024-11-12 11:30:25 -05:00
Valentin Gagarin
50ff833cd8
devmode: move to pkgs/by-name
...
now one can use `devmode` from anywhere Nixpkgs is available:
devmode = pkgs.devmode.override {
buildArgs = toString ./.;
open = "/index.html";
};
2024-11-12 10:16:58 +01:00
Valentin Gagarin
b94f54b7a0
devmode: make reusable
...
the `devmode` helper made for the Nixpkgs/NixOS manual was exposed wrapped
in `mkShell`, which made it impossible to reuse.
this change strips that wrapper and reproduces it at the call site.
now one can use `devmode` from anywhere Nixpkgs is available:
devmode = pkgs.callPackage "${pkgs.path}/pkgs/tools/nix/web-devmode.nix" {
buildArgs = toString ./.;
open = "/index.html";
};
2024-11-12 10:16:58 +01:00
Fabian Affolter
a4d951e6f2
metasploit: 6.4.34 -> 6.4.35 ( #355149 )
2024-11-12 09:03:39 +01:00
Rick van Schijndel
25dfc053af
gaphor: 2.26.0 -> 2.27.0 ( #355050 )
2024-11-12 07:21:54 +01:00
Saturn745
ca3d8f570b
netbird: 0.31.0 -> 0.31.1
...
Diff: https://github.com/netbirdio/netbird/compare/v0.31.0...0.31.1
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.31.1
2024-11-11 20:15:08 -07:00
R. Ryantm
443037916c
hyperfine: 1.18.0 -> 1.19.0
2024-11-12 02:20:39 +00:00
Nick Cao
b7dfae360c
chafa: 1.14.4 -> 1.14.5 ( #353472 )
2024-11-11 08:34:05 -05:00
Nick Cao
ece22074e6
shadowenv: 2.1.2 -> 3.0.1 ( #351992 )
2024-11-11 08:28:30 -05:00
Nick Cao
c65eb72d95
opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 ( #351600 )
2024-11-11 08:17:02 -05:00
mannp
6c3d0282c8
netbird: 0.30.2 -> 0.31.0 ( #354756 )
2024-11-11 10:37:17 +01:00
Fabian Affolter
8581af3f1b
metasploit: 6.4.34 -> 6.4.35
2024-11-11 08:48:58 +01:00
Fabian Affolter
fa1b67747b
ggshield: 1.32.2 -> 1.33.0 ( #354912 )
2024-11-11 07:05:48 +01:00
Theodore Ni
12569c191e
completely: 0.5.2 -> 0.6.3, move to by-name ( #354974 )
2024-11-10 21:31:31 -08:00
K900
7d4246729b
vaultwarden: 1.32.3 -> 1.32.4
...
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4
Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.4
2024-11-11 07:35:57 +03:00
Aleksana
b71ccf87b2
gnuplot: fix build with withTeXLive = true
( #352768 )
2024-11-11 11:29:46 +08:00
Vincenzo Mantova
6b59355398
texlivePackages.xetex: force XeTeX to use fontconfig on Darwin ( #354963 )
...
The recent stdenv changes causes XeTeX to use Core Text and Cocoa, which
prevents XeTeX from picking up the TeX Live fonts via the
FONTCONFIG_FILE variable. This change restores the previous behaviour by
forcing XeTeX to use fontconfig.
2024-11-10 17:17:37 -05:00
David McFarland
34ed0c9cc1
scarab: Apply scaling factor in Wayland ( #348427 )
2024-11-10 16:41:53 -04:00
Moritz Sanft
b387ece633
gaphor: 2.26.0 -> 2.27.0
2024-11-10 20:30:36 +01:00
zendo
88b620a72b
completely: move to by-name
2024-11-10 19:22:23 +08:00
Fabian Affolter
bb00b359cc
ggshield: 1.32.2 -> 1.33.0
...
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.32.2...v1.33.0
Changelog: https://github.com/GitGuardian/ggshield/blob/1.33.0/CHANGELOG.md
2024-11-10 05:01:59 +01:00
Victor Engmark
59ed3fa2c4
scarab: Apply scaling factor in Wayland
...
Sets `AVALONIA_GLOBAL_SCALE_FACTOR` to the GNOME desktop scaling factor
based on
<https://github.com/AvaloniaUI/Avalonia/issues/9390#issuecomment-2382126451 >,
falling back to the X FreeType DPI setting if the former is not
available.
Does not include `gsettings` and `xrdb` in build inputs, since these
should be available on the relevant platforms.
Bash does not support decimal/floating point arithmetic, so this *does*
include `bc` in the runtime dependencies.
2024-11-10 14:56:44 +13:00
Victor Engmark
b49da1f764
scarab: Remove unused inputs
2024-11-10 13:56:47 +13:00
Martin Weinelt
372f9fa1b4
esphome: 2024.10.2 -> 2024.10.3
...
https://github.com/esphome/esphome/releases/tag/2024.10.3
2024-11-10 00:32:15 +01:00
Fabian Affolter
cec3c09abd
cnspec: 11.28.1 -> 11.29.0 ( #354722 )
2024-11-09 22:18:44 +01:00
Nick Cao
646347d507
pulumi-bin: 3.137.0 -> 3.138.0 ( #354618 )
2024-11-09 10:55:39 -05:00
Ramses
7953deea24
keybase-gui: 6.2.4 -> 6.4.0 ( #336886 )
2024-11-09 16:30:22 +01:00
Adam C. Stephens
d2d4c4f350
restic: 0.17.2 -> 0.17.3 ( #354582 )
2024-11-09 10:06:40 -05:00
Adam Stephens
38a52bbfd4
restic: disable tests on non-linux
2024-11-09 10:05:12 -05:00
Austin Horstman
2ef132b358
gifski: 1.14.4 -> 1.32.0 ( #346255 )
2024-11-09 08:08:07 -06:00
Kiara Grouwstra
cf6a8c9b4b
chore: update references to nix-review
to nixpkgs-review
2024-11-09 14:43:16 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks ( #354215 )
2024-11-09 12:57:37 +00: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
Fabian Affolter
ca6c07d985
cnspec: 11.28.1 -> 11.29.0
...
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.28.1...v11.29.0
Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.29.0
2024-11-09 10:09:58 +01:00
Theodore Ni
76612b17c0
python311Packages.whispers: add missing deps, unbreak ( #354501 )
2024-11-09 00:06:34 -08:00
Atemu
4dde341229
diffoscope: 282 -> 283 ( #354620 )
2024-11-09 08:10:12 +01:00
Atemu
97a351b8ef
fim: unpin from gcc-9 ( #351469 )
2024-11-09 08:06:55 +01:00
Ryan Hendrickson
62494509c9
sudo: fix cross-compilation linking error ( #354576 )
2024-11-09 00:52:05 -05:00
Weijia Wang
5d38be4667
netbox2netshot: 0.1.12 -> 0.1.13, fix build ( #354561 )
2024-11-09 01:31:42 +01:00
Weijia Wang
4c76ba51e5
bruteforce-luks: fix build by disabling a stalling test ( #354284 )
2024-11-09 01:07:55 +01:00
Ryan Omasta
a90b34f9e7
keybase{-gui}: add myself as maintainer
2024-11-08 15:43:00 -07:00
Ryan Omasta
265d9a2adb
keybase-gui: add NIXOS_OZONE_WL
support
2024-11-08 15:41:50 -07:00
Ryan Omasta
a024f81d84
keybase-gui: 6.2.4 -> 6.4.0
2024-11-08 15:41:50 -07:00
Sergei Trofimovich
2616bed934
diffoscope: 282 -> 283
...
Changes: https://diffoscope.org/news/diffoscope-283-released/
2024-11-08 22:38:00 +00:00
Nick Cao
5c60e0c282
mutagen: 0.17.1 -> 0.18.0 ( #353604 )
2024-11-08 17:26:13 -05:00
Arseniy Zorin
562758261f
pulumi-bin: 3.137.0 -> 3.138.0
2024-11-09 01:21:35 +03:00
Bruno Bigras
120103ec7c
restic: 0.17.2 -> 0.17.3
2024-11-08 15:12:27 -05:00
Ryan Hendrickson
3e1a9ffb61
sudo: fix cross-compilation linking error
2024-11-08 14:55:58 -05:00