Robert Schütz
3d4897aec5
python310Packages.sip: 6.7.5 -> 6.7.7
2023-02-22 14:59:14 -08:00
Aaron Andersen
7cec24480e
Merge pull request #217712 from afh/musikcube-fix-macos-build
...
musikcube: Fix build on macOS
2023-02-22 17:43:15 -05:00
Ryan Horiguchi
da14312c42
gitkraken: 9.1.0 -> 9.1.1
2023-02-22 23:33:25 +01:00
Maximilian Bosch
e88cdaf247
Merge pull request #217699 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-02-22
2023-02-22 23:29:16 +01:00
Alyssa Ross
7560f8eea5
linuxPackages.exfat-nofuse: set to null when unsupported
...
This is the same thing every other obsolete kernel module does, and
it's better than an assertion because an assertion prevents testing
evaluation of all the modules for a particular kernel.
2023-02-22 21:34:27 +00:00
Alyssa Ross
807ac7dcbe
linuxKernel: respect config.allowAliases
...
In Nixpkgs, we generally gate throws for package removals behind
config.allowAliases (as seen elsewhere in this very file already!),
which has nice properties like making it possible to test evaluation
of all the packages in an attrset that are expected to evaluate by
disabling aliases.
2023-02-22 21:34:27 +00:00
Alyssa Ross
bfef542b67
linux_5_4_hardened: use meta.broken, not assert
...
Respects NIXPKGS_ALLOW_BROKEN and allows attributes to be accessed.
2023-02-22 21:34:27 +00:00
R. Ryantm
23cae10669
tidb: 6.5.0 -> 6.6.0
2023-02-22 21:29:26 +00:00
Robert Schütz
3f6137791b
rnote: 0.5.13 -> 0.5.14
...
Diff: https://github.com/flxzt/rnote/compare/v0.5.13...v0.5.14
Changelog: https://github.com/flxzt/rnote/releases/tag/v0.5.14
2023-02-22 13:17:16 -08:00
R. Ryantm
be95c39340
evtx: 0.8.0 -> 0.8.1
2023-02-22 21:14:32 +00:00
figsoda
a3c21220fd
Merge pull request #217737 from 9999years/nix-your-shell-update
...
nix-your-shell: 1.1.0 -> 1.1.1
2023-02-22 16:12:12 -05:00
Anderson Torres
3d566e183b
Merge pull request #216029 from OPNA2608/init/palemoon-bin
...
palemoon-bin: init at 32.0.0
2023-02-22 17:34:28 -03:00
Rebecca Turner
65fe5aba2e
nix-your-shell: 1.1.0 -> 1.1.1
2023-02-22 12:22:36 -08:00
Alyssa Ross
386d97f587
python3.pkgs.pyocd: 0.34.1 -> 0.34.3
2023-02-22 20:11:07 +00:00
Alyssa Ross
e33e3f03f1
python3.pkgs.pyocd: relax pylink-square constraint
...
1.0 seems to be very minor changes[1]. The flash() method is not used
anywhere in pyocd as far as I can tell, the tests all pass, and it
doesn't build at all otherwise.
[1]: https://github.com/square/pylink/blob/master/CHANGELOG.md#100
2023-02-22 20:11:07 +00:00
Alyssa Ross
df9930290b
python3.pkgs.cmsis-pack-manager: 0.4.0 -> 0.5.2
...
Upstream has switched from milksnake to maturin, and dropped the mock
test dependency. Adds Python 3.11 support.
2023-02-22 20:11:07 +00:00
Sandro
2320e169c9
Merge pull request #217308 from aaronjheng/amqpcat
2023-02-22 20:59:40 +01:00
R. Ryantm
3a690ebe77
opkg: 0.6.0 -> 0.6.1
2023-02-22 19:53:47 +00:00
Sefa Eyeoglu
2cea31ea63
tomlplusplus: 3.2.0 -> 3.3.0
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-02-22 20:49:46 +01:00
Sandro
92a9d3cbe7
Merge pull request #216604 from SharzyL/ccal
2023-02-22 20:47:45 +01:00
Charlotte Van Petegem
70b361a13c
eid-mw: 5.1.9 -> 5.1.10
2023-02-22 20:44:05 +01:00
Henri Menke
64be5cc145
nixos/alps: fix embarrasing typo
2023-02-22 20:41:17 +01:00
K900
4b2f57cbd3
Merge pull request #217700 from K900/plasma-5.27.1
...
plasma: 5.27.0 -> 5.27.1
2023-02-22 22:40:32 +03:00
Alexis Hildebrandt
002222043d
musikcube: Fix build on macOS
2023-02-22 20:40:22 +01:00
Martin Weinelt
1ad0905d04
Merge pull request #216494 from mcwitt/awswrangler-relax-pyarrow
...
python310Packages.awswrangler: relax pyarrow dependency
2023-02-22 19:29:44 +00:00
Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
226e149145
treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190
treewide: manual fixups for
...
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Artturin
425e4250db
tests.stdenv.outputs-no-out: fix
2023-02-22 21:23:04 +02:00
PedroHLC ☭
1e61e68e6c
linuxKernel.kernels.linux_lqx: 6.1.12-lqx1 -> 6.1.13-lqx1
2023-02-22 16:13:21 -03:00
Zhong Jianxin
d0c43b82f9
helmfile: Fix version string
2023-02-22 12:55:49 -06:00
László Vaskó
ff00ca7f86
lief: enable darwin support
...
It is supported by upstream
2023-02-22 19:44:18 +01:00
Samuel Ainsworth
53624ccbd1
Merge pull request #215229 from ConnorBaker/cuda-12.0.1
...
cudaPackages_12: 12.0.0 -> 12.0.1
2023-02-22 13:30:06 -05:00
Connor Baker
c181273423
cudaPackages_12: 12.0.0 -> 12.0.1
2023-02-22 13:19:49 -05:00
Samuel Ainsworth
2308c637ef
Merge pull request #217330 from ConnorBaker/fix/caffe-use-pre-cudnn8
...
caffe: use pre-CUDNN 8.x
2023-02-22 12:53:26 -05:00
Samuel Ainsworth
fe1162da90
Merge pull request #216960 from r-ryantm/auto-update/python310Packages.adjusttext
...
python310Packages.adjusttext: 0.7.3.1 -> 0.8.0
2023-02-22 12:46:44 -05:00
Fabian Affolter
849cb51e72
python310Packages.denonavr: 0.11.0 -> 0.11.1
...
Changelog: https://github.com/ol-iver/denonavr/releases/tag/0.11.1
2023-02-22 18:43:40 +01:00
Doron Behar
edee331bc7
Merge pull request #217522 from r-ryantm/auto-update/rtsp-simple-server
...
rtsp-simple-server: 0.21.2 -> 0.21.4
2023-02-22 19:40:08 +02:00
0x4A6F
bdf8b6adfd
Merge pull request #217641 from r-ryantm/auto-update/jujutsu
...
jujutsu: 0.6.1 -> 0.7.0
2023-02-22 18:34:00 +01:00
0x4A6F
6da99a7cf6
Merge pull request #217439 from CobaltCause/init-engage
...
engage: init at 0.1.2
2023-02-22 18:29:46 +01:00
R. Ryantm
6d291b02c4
obsidian: 1.1.9 -> 1.1.15
2023-02-22 17:18:01 +00:00
R. Ryantm
5b939d5088
python310Packages.python-swiftclient: 4.1.0 -> 4.2.0
2023-02-22 16:46:58 +00:00
PedroHLC ☭
202bc10b3f
linuxKernel.kernels.linux_zen: 6.1.12-zen1 -> 6.2-zen1
2023-02-22 13:35:44 -03:00
figsoda
062c091a50
_0x: replace patch with Cargo.lock
...
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-22 11:23:35 -05:00
techknowlogick
c4c0670af1
scaleway-cli: 2.10.0 -> 2.11.1
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.10.0...v2.11.0
2023-02-22 11:23:21 -05:00
R. Ryantm
2f71339dee
python310Packages.pyvisa-py: 0.6.2 -> 0.6.3
2023-02-22 16:13:07 +00:00
Mahmoud Ayman
ad6c8e2a18
anki-bin: add mahmoudk1000 to the maintainers
2023-02-22 18:09:03 +02:00
Mahmoud Ayman
e208767e11
maintainers: add mahmoudk1000 to the list
2023-02-22 18:08:23 +02:00