K900
6806b63e82
Merge pull request #228381 from K900/tempo-2.1.0
...
tempo: 2.0.1 -> 2.1.0
2023-04-28 07:26:45 +03:00
adisbladis
c8a59e248c
Merge pull request #220512 from tennox/add-portal
...
portal: init at 1.2.2
2023-04-28 16:11:00 +12:00
happysalada
5f96b02564
nushellPlugins.query: fix build from broken hash
2023-04-27 23:45:20 -04:00
happysalada
c7063f1743
nuscripts: unstable-2023-03-16 -> unstable-2023-04-26
2023-04-27 23:45:20 -04:00
figsoda
35ef6d71d1
Merge pull request #228337 from figsoda/lua-ls
2023-04-27 23:07:20 -04:00
figsoda
1660e71133
Merge pull request #228335 from figsoda/erd
2023-04-27 23:07:01 -04:00
figsoda
c1f6f7307f
Merge pull request #228628 from r-ryantm/auto-update/ddosify
...
ddosify: 0.16.2 -> 0.16.6
2023-04-27 22:19:13 -04:00
figsoda
29da0c2ff9
sic-image-cli: 0.22.1 -> 0.22.2
...
Diff: https://github.com/foresterre/sic/compare/v0.22.1...v0.22.2
Changelog: https://github.com/foresterre/sic/blob/v0.22.2/CHANGELOG.md
2023-04-27 22:01:36 -04:00
Nick Cao
3900478b9e
Merge pull request #228603 from Kiskae/patch-1
...
linuxPackages.nvidia_x11_vulkan_beta: 525.47.18 -> 525.47.22
2023-04-28 09:46:58 +08:00
R. Ryantm
27e2eaa9db
ddosify: 0.16.2 -> 0.16.6
2023-04-28 01:08:35 +00:00
figsoda
5c33ce717f
Merge pull request #228613 from puffnfresh/package/dtrx
...
dtrx: 8.5.0 -> 8.5.1
2023-04-27 19:54:45 -04:00
figsoda
66fab963c9
Merge pull request #228598 from YorikSar/vim-solarized8
...
vimPlugins.vim-solarized8: init at 2023-02-25
2023-04-27 19:50:16 -04:00
Sergei Trofimovich
e303eb2bd9
Merge pull request #225328 from eliasnaur/platform-flags
...
gcc: tighten platform flags special-case for aarch64-darwin
2023-04-27 23:58:34 +01:00
Weijia Wang
b38feaef02
Merge pull request #228615 from NixOS/revert-228588-root-darwin
...
Revert "root: fix build on aarch64-darwin"
2023-04-28 01:42:40 +03:00
Lily Foster
8345e617a7
Merge pull request #228567 from r-ryantm/auto-update/open-stage-control
...
open-stage-control: 1.23.0 -> 1.24.2
2023-04-27 18:36:51 -04:00
Dmitry Kalinkin
af661f3be7
Revert "root: fix build on aarch64-darwin"
2023-04-27 18:36:02 -04:00
Brian McKenna
fbd71c4856
dtrx: 8.5.0 -> 8.5.1
2023-04-28 08:14:56 +10:00
Fabian Affolter
66d0200fec
Merge pull request #228591 from fabaff/pytibber-bump
...
python310Packages.pytibber: 0.27.1 -> 0.27.2
2023-04-28 00:14:32 +02:00
Fabian Affolter
623d45548d
Merge pull request #228590 from fabaff/adlfs-bump
...
python310Packages.adlfs: 2023.1.0 -> 2023.4.0
2023-04-28 00:14:12 +02:00
Fabian Affolter
2874ee999a
Merge pull request #228425 from fabaff/syrupy-bump
...
python310Packages.syrupy: 4.0.1 -> 4.0.2
2023-04-28 00:13:42 +02:00
Fabian Affolter
7b7d34e25b
Merge pull request #228546 from fabaff/checkov-bump
...
checkov: 2.3.199 -> 2.3.202
2023-04-28 00:13:15 +02:00
Fabian Affolter
e6cddaa23a
Merge pull request #228400 from fabaff/python-gvm-bump
...
python310Packages.python-gvm: 23.4.1 -> 23.4.2
2023-04-28 00:12:10 +02:00
Fabian Affolter
73001a1f5c
Merge pull request #228547 from fabaff/fakeredis-bump
...
python310Packages.fakeredis: 2.11.0 -> 2.11.1
2023-04-28 00:11:56 +02:00
Fabian Affolter
398f6d9724
Merge pull request #228420 from fabaff/trufflehog-bump
...
trufflehog: 3.32.2 -> 3.33.0
2023-04-28 00:11:30 +02:00
Lily Foster
766302de21
Merge pull request #228545 from SuperSandro2000/nodejs-patch
...
nodePackages.node2nix: add wrongly removed patch back
2023-04-27 18:06:35 -04:00
Weijia Wang
e67d2ca182
Merge pull request #228588 from wegank/root-darwin
...
root: fix build on aarch64-darwin
2023-04-28 01:05:44 +03:00
Kiskae
fd48d7c336
linuxPackages.nvidia_x11_vulkan_beta: 525.47.18 -> 525.47.22
2023-04-28 00:00:16 +02:00
Weijia Wang
ee81eeca83
Merge pull request #228596 from wegank/qscintilla-darwin
...
qscintilla: remove from libsForQt5
2023-04-28 00:59:15 +03:00
Elias Naur
c10a195ab1
gcc: tighten platform flags special-case for aarch64-darwin
...
The 4aa95e3312
commit added support for
aarch64-darwin but also ignored platform flags if the build platform
is aarch64-darwin. This leads to confusing errors such as
`pkgsCross.raspberryPi` packages compiled with soft-float even though
the platform supports hard-float (and is built as such on other
platforms).
The correct way to ignore platform flags is to check `targetPlatform`,
not the build platform. This change fixes that.
While we're here, tigthen the special-case to cover only the problematic
flags: `-with-cpu` and `-with-arch`.
2023-04-27 15:57:17 -06:00
Alyssa Ross
d7d3821ab8
tofi: fix cross
2023-04-27 21:39:15 +00:00
Alyssa Ross
a7333e6b43
tofi: unmark broken on aarch64
...
When the tofi package was added, it didn't build on aarch64, but now
it does, presumably due to the GCC upgrade.
2023-04-27 21:39:15 +00:00
wzy
f7cb50b3cf
trash-cli: use installShellCompletion
2023-04-27 23:22:46 +02:00
wzy
8634641676
trash-cli: add shell completions
2023-04-27 23:22:46 +02:00
Weijia Wang
d6bde74dde
Merge pull request #228575 from wegank/openscenegraph-darwin
...
openscenegraph: fix build on darwin
2023-04-28 00:21:43 +03:00
Weijia Wang
5b085abeb5
Merge pull request #228589 from wegank/uamqp-darwin
...
python310Packages.uamqp: fix build on aarch64-darwin
2023-04-28 00:19:10 +03:00
Weijia Wang
3f8152aaaf
Merge pull request #228584 from wegank/squashfstools-darwin
...
squashfsTools: fix build on darwin
2023-04-28 00:13:01 +03:00
Yuriy Taraday
53e5cca730
vimPlugins.vim-solarized8: init at 2023-02-25
2023-04-27 23:04:12 +02:00
Weijia Wang
ea88f8313e
qscintilla: remove from libsForQt5
2023-04-27 23:55:28 +03:00
Ilan Joselevich
2363eacc1b
Merge pull request #228485 from LeSuisse/mattermost-7.8.3
...
mattermost: 7.8.1 -> 7.8.3
2023-04-27 23:55:28 +03:00
Quentin JOLY
53264e7daa
kubecm: init at 0.22.1
...
fix lint
2023-04-27 17:39:00 -03:00
Fabian Affolter
337a4cc448
python310Packages.pytibber: 0.27.1 -> 0.27.2
...
Diff: https://github.com/Danielhiversen/pyTibber/compare/refs/tags/0.27.1...0.27.2
Changelog: https://github.com/Danielhiversen/pyTibber/releases/tag/0.27.2
2023-04-27 22:35:06 +02:00
Weijia Wang
28211c5c65
python310Packages.uamqp: fix build on aarch64-darwin
2023-04-27 23:33:06 +03:00
Fabian Affolter
13e9ef736a
python310Packages.adlfs: 2023.1.0 -> 2023.4.0
...
Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.1.0...2023.4.0
Changelog: https://github.com/fsspec/adlfs/blob/2023.4.0/CHANGELOG.md
2023-04-27 22:30:32 +02:00
Weijia Wang
2600c94f7f
Merge pull request #228576 from SFrijters/laxex2mathml-3.75.3
...
python3Packages.latex2mathml: 3.75.2 -> 3.75.3
2023-04-27 23:24:36 +03:00
Weijia Wang
36302a3056
root: fix build on aarch64-darwin
2023-04-27 23:22:33 +03:00
Matthieu Coudron
26dd4a84ed
buildLuarocksPackage: fixes attributes being ignored
...
follow up of https://github.com/NixOS/nixpkgs/pull/224553 where
some arguments got ignored whil they were before taken into account.
2023-04-27 22:22:01 +02:00
Alyssa Ross
3d40934541
rofi-wayland: fix cross
2023-04-27 20:08:00 +00:00
Alyssa Ross
2e2d5d6f11
river-tag-overlay: unmark broken on aarch64
...
This package didn't build on aarch64 when it was added, but now it
does. In the meantime we bumped the default GCC on aarch64, so
presumably that fixed it.
2023-04-27 20:07:43 +00:00
Alyssa Ross
dbed54656c
river-tag-overlay: fix cross
2023-04-27 20:07:43 +00:00
Alyssa Ross
36233d9675
hello-wayland: unstable-2023-03-16 -> unstable-2023-04-23
2023-04-27 20:07:28 +00:00