R. Ryantm
8bd2e0edf1
httpx: 1.6.6 -> 1.6.7
2024-08-03 03:08:25 +00:00
R. Ryantm
8ce22530d0
tile38: 1.33.1 -> 1.33.2
2024-08-03 02:54:54 +00:00
Pyrox
6bad8d6232
python312Packages.f90nml: modernize
2024-08-02 22:54:17 -04:00
Pyrox
fd8384af70
python312Packages.f90nml: Migrate away from setup.py test
2024-08-02 22:53:35 -04:00
R. Ryantm
6b309be9a6
src-cli: 5.4.0 -> 5.5.0
2024-08-03 02:48:27 +00:00
R. Ryantm
f4dbe80c4d
pfetch-rs: 2.10.0 -> 2.11.0
2024-08-03 02:40:36 +00:00
R. Ryantm
7f3849b3be
hcledit: 0.2.11 -> 0.2.13
2024-08-03 02:22:34 +00:00
OTABI Tomoya
ba575e32ec
Merge pull request #331631 from r-ryantm/auto-update/python312Packages.pywaze
...
python312Packages.pywaze: 1.0.2 -> 1.1.0
2024-08-03 11:12:22 +09:00
Martin Weinelt
54aac3b3bb
Merge pull request #329278 from mweinelt/indego
...
python312Packages.pyindego: 3.2.1 -> 3.2.2
2024-08-03 03:57:41 +02:00
Martin Weinelt
9cb6d0342e
Merge pull request #331428 from mweinelt/nginx-vod
...
nginxModules.vod: 1.32 -> 1.33
2024-08-03 03:56:20 +02:00
Martin Weinelt
73b1df0e8c
Merge pull request #331395 from mweinelt/platformio-6.1.15
...
platformio: 6.1.11 -> 6.1.15
2024-08-03 03:55:48 +02:00
Martin Weinelt
047daefcd0
Merge pull request #329277 from mweinelt/mass-tests
...
home-assistant-custom-components.mass: enable tests
2024-08-03 03:55:34 +02:00
Martin Weinelt
f10e6083ec
Merge pull request #331411 from mweinelt/fix-frigate-component-owner
...
home-assistant-custom-components.frigate: fix owner
2024-08-03 03:52:43 +02:00
rewine
fa768fbda9
Merge pull request #331856 from symphorien/update-nix-du-121
...
nix-du: 1.2.0 -> 1.2.1
2024-08-03 09:27:56 +08:00
R. Ryantm
daadebae3e
kubedock: 0.16.0 -> 0.17.0
2024-08-03 01:23:51 +00:00
Nick Cao
81d6cb6d11
Merge pull request #331853 from GaetanLepage/nbqa
...
nbqa: fix by adding distutils dependency
2024-08-02 21:13:57 -04:00
Nick Cao
25f7ee38fa
Merge pull request #331751 from chewblacka/update-await
...
await: 1.0.1 -> 1.0.2
2024-08-02 21:13:35 -04:00
Sandro
768ddf7007
Merge pull request #331566 from r-ryantm/auto-update/python312Packages.automx2
...
python312Packages.automx2: 2024.1 -> 2024.2
2024-08-03 02:57:43 +02:00
Philip Taron
e915f6b32e
freshBootstrapTools: run nixfmt
2024-08-02 17:47:52 -07:00
Philip Taron
2587d88ee8
freshBootstrapTools.bootstrapTools: extract as a sort of package
2024-08-02 17:47:40 -07:00
Philip Taron
052ecdbfae
freshBootstrapTools: unify glibc and musl into the same directory
...
CI required that I `nixfmt` them at the same time.
2024-08-02 17:47:19 -07:00
Emily Trau
f10aad89bd
Merge pull request #329272 from vringar/fix/ghidra-extensions
...
gradle: fix update-deps.sh to use Nix bash
2024-08-03 10:41:29 +10:00
Philip Taron
0a8120ff7d
freshBootstrapTools: avoid top-level with
2024-08-02 17:31:07 -07:00
Philip Taron
fd5887f5d0
freshBootstrapTools.build: put bootstrapFiles into stdenv-bootstrap-tools.nix
2024-08-02 17:31:04 -07:00
Philip Taron
67a5dcdc41
freshBootstrapTools.test: extract a package
2024-08-02 17:31:00 -07:00
Martin Weinelt
692907c369
Merge pull request #331746 from adisbladis/python-override-self
...
treewide: Pass self when overriding Python
2024-08-03 02:30:36 +02:00
Philip Taron
ed4cd6ab51
freshBootstrapTools.build: extract a package
2024-08-02 17:30:22 -07:00
John Chadwick
de92c8b0cb
python3Packages.pynvim-pp: unstable-2024-03-11 -> unstable-2024-07-31
2024-08-02 20:23:05 -04:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Martin Weinelt
adb3cee87d
Merge pull request #331857 from mweinelt/botorch-stuck-tests
...
python312Packages.botorch: disable stuck tests on x86_64-linux
2024-08-03 02:17:13 +02:00
Yt
e645f7d6cd
Merge pull request #331834 from NukaDuka/mimir
...
mimir: added various tools
2024-08-03 00:15:33 +00:00
Martin Weinelt
62a8e3308e
python312Packages.botorch: require big-parallel system feature
...
The test phase for this package is very CPU intensive and prone to
getting stuck when it has to compete for resources.
2024-08-03 01:55:03 +02:00
nixpkgs-merge-bot[bot]
456df9bcc0
Merge pull request #331744 from r-ryantm/auto-update/cdecl
...
cdecl: 18.1 -> 18.2
2024-08-02 23:53:37 +00:00
h7x4
f83c04d2f4
Merge pull request #330196 from qubitnano/unifi83
...
unifi8: 8.2.93 -> 8.3.32
2024-08-03 01:53:17 +02:00
Peder Bergebakken Sundt
81610abc16
Merge pull request #322071 from pyrox0/scrapy-deltafetch-fixup
...
python3Packages.scrapy-deltafetch: update dependencies and cleanup
2024-08-03 01:16:43 +02:00
Someone
90e1179cc6
Merge pull request #328258 from cfhammill/vllm-version-bump
...
python3Packages.vllm: 0.3.3->0.5.2
2024-08-03 02:13:24 +03:00
Philip Taron
1441f48d99
freshBootstrapTools: remove rec in favor of explicit attrset building
2024-08-02 16:11:03 -07:00
Philip Taron
91e1f1c9d6
freshBootstrapTools: nixfmt make-bootstrap-tools.nix
2024-08-02 16:11:02 -07:00
Philip Taron
d0d5a7a112
freshBootstrapTools: extract bootstrapFiles as a passthru on its core derivation
2024-08-02 16:11:02 -07:00
Philip Taron
d7c66f0996
freshBootstrapTools.build: extract as a package
2024-08-02 16:10:59 -07:00
Philip Taron
1cd5d6843a
freshBootstrapTools.test: extract as a package
2024-08-02 16:08:15 -07:00
Philip Taron
003725a97d
freshBootstrapTools.bootstrapTools: extract as a package
2024-08-02 16:08:15 -07:00
Philip Taron
217c61a1d7
freshBootstrapTools: remove top-level with
statement
2024-08-02 16:08:15 -07:00
Peder Bergebakken Sundt
2d53b6bb55
Merge pull request #331067 from phiadaarr/python3Packages.wat_0_3_0
...
python3Packages.wat: 0.1.2 -> 0.3.0 and python3Packages.nuclear: 2.2.5 -> 2.3.1
2024-08-03 00:59:18 +02:00
José Ribeiro
bd6cce9218
feishin: 0.7.1 -> 0.7.3
...
Diff: https://github.com/jeffvli/feishin/compare/v0.7.1...v0.7.3
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.7.2
- https://github.com/jeffvli/feishin/releases/tag/v0.7.3
Feishin now depends on Electron v31
(fd893224b3
),
which is not packaged yet: https://github.com/NixOS/nixpkgs/issues/325428
2024-08-02 23:49:04 +01:00
José Ribeiro
2c19ea977c
feishin: move to pkgs/by-name
2024-08-02 23:49:04 +01:00
Gaetan Lepage
e210e620be
python312Packages.vector: clean and fix
2024-08-03 00:45:56 +02:00
Martin Weinelt
3578918445
python312Packages.botorch: disable stuck tests on x86_64-linux
...
and log individual tests, so it becomes easier to find out which tests
get stuck.
2024-08-03 00:35:31 +02:00
Peder Bergebakken Sundt
021270bec5
Merge pull request #297914 from t4ccer/t4/aiken/init
...
aiken: init at 1.0.29-alpha
2024-08-03 00:31:52 +02:00
Emily
c6a4f2c6cd
Merge pull request #314167 from reckenrode/override-sdk-list-inputs-fix
...
overrideSDK: handle propagated lists of inputs
2024-08-02 22:55:05 +01:00