John Ericson
498ea1c842
Merge pull request #323414 from obsidiansystems/openbsd-libc-minimal
...
openbsd.libc: Create from constituent pkgs not hack
2024-06-29 13:37:05 -04:00
John Ericson
d41da41ee4
openssl: Fix build on OpenBSD
2024-06-29 13:34:31 -04:00
Kiskae
57eea463c6
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.63 -> 550.40.65
2024-06-29 19:33:24 +02:00
Nick Cao
14adad6ff1
Merge pull request #323395 from NickCao/zig-cross
...
treewide: use zig from buildPackages
2024-06-29 13:33:04 -04:00
Pol Dellaiera
5db7cd68be
Merge pull request #323412 from GaetanLepage/magic-enum
...
magic-enum: 0.9.5 -> 0.9.6
2024-06-29 19:23:00 +02:00
R. Ryantm
9f9c3ea004
sensible-utils: 0.0.23 -> 0.0.24
2024-06-29 17:16:21 +00:00
John Ericson
97550cd031
bash: Fix OpenBSD build
...
See added code comment for details
2024-06-29 13:14:51 -04:00
Atemu
efa07e612f
Merge pull request #323404 from trofi/libliftoff-fix-override
...
libliftoff: fix `override` mechanism by using `callPackage`
2024-06-29 19:14:35 +02:00
Masum Reza
ce33526fec
Merge pull request #323409 from joshspicer/devcontainer/0.65.0
...
devcontainer: 0.64.0 -> 0.65.0
2024-06-29 22:38:41 +05:30
superherointj
41579d64bd
beancount-share: mark broken
2024-06-29 14:03:38 -03:00
John Ericson
56c2439a45
openbsd.libc: Create from constituent pkgs not hack
...
9d4e3b597fded2aee92cb7a7b2195072f812a6d3 but for OpenBSD instead of
NetBSD.
2024-06-29 12:48:30 -04:00
John Ericson
716d8a752a
openbsd: Remove STRIP
hack
...
This is just a FreeBSD thing, not OpenBSD or NetBSD thing.
2024-06-29 12:48:29 -04:00
John Ericson
b98dc9f0ef
bsdSetupHook: Do not define empty DESTDIR
...
This breaks OpenBSD, and isn't actually needed for the others after all.
2024-06-29 12:48:29 -04:00
0x4A6F
3e1871e364
Merge pull request #314823 from trofi/bootstrap-files-for-a-new-target
...
maintainers/scripts/bootstrap-files: document the procedure of adding…
2024-06-29 18:43:00 +02:00
John Ericson
d96726ba20
Merge pull request #323402 from obsidiansystems/netbsd-cleanup
...
netbsd.libcMinimal: Cut down on deps, don't build tags
2024-06-29 12:41:08 -04:00
Gaetan Lepage
aba73f3de3
magic-enum: 0.9.5 -> 0.9.6
...
Diff: https://github.com/Neargye/magic_enum/compare/refs/tags/v0.9.5...v0.9.6
Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.6
2024-06-29 18:38:19 +02:00
Gaetan Lepage
72e6c16780
vimPlugins.sniprun: 1.3.13 -> 1.3.14
...
Diff:
https://github.com/michaelb/sniprun/compare/refs/tags/v1.3.13...v1.3.14
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.14
2024-06-29 18:31:10 +02:00
Masum Reza
754f54775e
Merge pull request #317034 from r-ryantm/auto-update/python311Packages.spotipy
...
python311Packages.spotipy: 2.23.0 -> 2.24.0
2024-06-29 21:56:52 +05:30
Benjamin Staffin
55013b4213
terragrunt: 0.58.2 -> 0.59.3 ( #319855 )
2024-06-29 12:21:57 -04:00
Josh Spicer
cf2f7895b7
devcontainer: 0.64.0 -> 0.65.0
...
Increments the devcontainer CLI from 0.64.0 to 0.65.0.
Changelog: https://github.com/devcontainers/cli/blob/main/CHANGELOG.md#0650
(Awesome jobs, @Rucadi @Gerg-L ! I opened my laptop today to finally resurrect #276208 , only to see the work had already been done 🎉 )
_Creating a new pull request as the commit message was incorrect, apologies for that._
2024-06-29 09:15:25 -07:00
Gaetan Lepage
55211c178c
mprocs: 0.7.0 -> 0.7.1
...
Diff: https://github.com/pvolok/mprocs/compare/refs/tags/v0.7.0...v0.7.1
Changelog: https://github.com/pvolok/mprocs/releases/tag/v0.7.1
2024-06-29 18:10:33 +02:00
Bobby Rong
49d0f43f57
nixos/doc/rl-2411: Mention Cinnamon 6.2 update
2024-06-29 23:56:38 +08:00
Martin Joerg
0974bfcbe0
python311Packages.graph-tool: 2.70 -> 2.71
...
https://git.skewed.de/count0/graph-tool/-/compare/release-2.70...release-2.71
2024-06-29 15:52:13 +00:00
Arian van Putten
43f06ccf4c
Merge pull request #323088 from r-ryantm/auto-update/amazon-ssm-agent
...
amazon-ssm-agent: 3.3.484.0 -> 3.3.551.0
2024-06-29 11:49:23 -04:00
Sergei Trofimovich
dbd2e83458
libliftoff: fix override
mechanism by using callPackage
...
Before the change this override had no effect:
$ nix build --impure --expr 'with import ./. {}; libliftoff_0_4.override { stdenv = gcc14Stdenv; }'
After the change it applies new `gcc` and exposes the failure.
2024-06-29 16:42:57 +01:00
John Ericson
f9dbc8f83e
netbsd.libcMinimal: Cut down on deps, don't build tags
...
We have a similar patch for OpenBSD too. FreeBSD didn't need it because
they removed a tags special case for libc.
2024-06-29 11:32:50 -04:00
Nick Cao
e650e23dd8
flyctl: fix cross compilation
2024-06-29 11:22:28 -04:00
Peder Bergebakken Sundt
eb1ba314af
Merge pull request #263036 from Linbreux/add-cyclonedds-cxx
...
cyclonedds-cxx: init at v0.10.4
2024-06-29 17:17:40 +02:00
qubitnano
8248f73807
vscode-extensions.moshfeu.compare-folders: 0.24.2 -> 0.24.3
2024-06-29 11:15:52 -04:00
Kim Lindberger
b75986fd26
Merge pull request #310642 from arcnmx/keycloak-hostname-strict
...
nixos/keycloak: relax hostname settings assertion
2024-06-29 17:09:02 +02:00
Peder Bergebakken Sundt
4a366ec4e5
Merge pull request #323305 from eclairevoyant/fix-name-for-appimages
...
treewide: fix name for appimages
2024-06-29 17:07:49 +02:00
José Romildo
c148010f36
CuboCore.coreterminal: fix dependency on qt5 version of qtermwidget
2024-06-29 12:02:32 -03:00
Fabian Affolter
53df5c008d
Merge pull request #323325 from fabaff/aioymaps-bump
...
python312Packages.aioymaps: 1.2.3 -> 1.2.4
2024-06-29 17:02:18 +02:00
qubitnano
c291172e6f
vscode-extensions.eamodio.gitlens: 14.9.0 -> 15.1.0
2024-06-29 11:00:57 -04:00
Bobby Rong
4d5b83419d
cinnamon.nemo-extensions: 6.0.1 -> 6.2.0
...
https://github.com/linuxmint/nemo-extensions/compare/6.0.1...6.2.0
2024-06-29 22:48:44 +08:00
Bobby Rong
ec879d2cf3
cinnamon.nemo: 6.0.2 -> 6.2.1
...
https://github.com/linuxmint/nemo/compare/6.0.2...6.2.1
2024-06-29 22:48:44 +08:00
Bobby Rong
e67f038e63
cinnamon.muffin: 6.0.1 -> 6.2.0
...
https://github.com/linuxmint/muffin/compare/6.0.1...6.2.0
2024-06-29 22:48:44 +08:00
Bobby Rong
1b81e424bc
cinnamon.cjs: 6.0.0 -> 6.2.0
...
https://github.com/linuxmint/cjs/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
af598c89a2
cinnamon.cinnamon-translations: 6.0.2 -> 6.2.1
...
https://github.com/linuxmint/cinnamon-translations/compare/6.0.2...6.2.1
2024-06-29 22:48:43 +08:00
Bobby Rong
732fdf5d92
cinnamon.cinnamon-settings-daemon: 6.0.0 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-settings-daemon/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
1928166077
cinnamon.cinnamon-session: 6.0.4 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-session/compare/6.0.4...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
a4c1b741e3
cinnamon.cinnamon-screensaver: 6.0.3 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.3...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
be1b695279
cinnamon.cinnamon-menus: 6.0.0 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-menus/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
f545976380
cinnamon.cinnamon-desktop: 6.0.0 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-desktop/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong
dcff3d58b1
cinnamon.cinnamon-control-center: 6.0.1 -> 6.2.0
...
https://github.com/linuxmint/cinnamon-control-center/compare/6.0.1...6.2.0
2024-06-29 22:48:42 +08:00
Bobby Rong
e008ce2dab
cinnamon.cinnamon-common: 6.0.4 -> 6.2.2
...
https://github.com/linuxmint/cinnamon/compare/6.0.4...6.2.2
2024-06-29 22:48:42 +08:00
Nick Cao
c78f81fdb9
ncdu: use zig from buildPackages
2024-06-29 10:34:47 -04:00
Nick Cao
58f3c9e959
backlight-auto: use zig from buildPackages
2024-06-29 10:34:30 -04:00
Nick Cao
f22a643625
cargo-zigbuild: use zig from buildPackages
2024-06-29 10:34:17 -04:00
Nick Cao
1d64220c33
cargo-lambda: use zig from buildPackages
2024-06-29 10:33:56 -04:00