Atemu and zowoq
3eec3c8fed
buildRustPackage: remove git from nativeBuildInputs
...
Having git in nativeBuildInputs causes thousands of rebuilds when git is touched
because every derivation that somehow transiently depends on a rust package will
change. See https://github.com/NixOS/nixpkgs/pull/205682 for instance.
AFAICT git is unused. Only the fetcher needs git which it has already.
Fixes https://github.com/NixOS/nixpkgs/issues/205804
2022-12-27 18:37:21 +10:00
Sergei Trofimovich and Rick van Schijndel
7843a268f2
poetry2nix: drop unused pkgs.xlibsWrapper import
...
It's a cherry-pick of upstream
https://github.com/nix-community/poetry2nix/pull/897
Merging this earlier will allow removing `xlibsWrapper` entirely.
2022-12-27 09:24:23 +01:00
Fabian Affolter and GitHub
a6737a2448
Merge pull request #205610 from fabaff/pycares-bump
...
python310Packages.pycares: 4.2.2 -> 4.3.0
2022-12-26 21:07:19 +01:00
Sergei Trofimovich and GitHub
457ccfb17c
Merge pull request #207836 from trofi/tcb-fix-cross
...
tcb: fix cross-compilation of tcb
2022-12-26 16:43:01 +00:00
Sergei Trofimovich
67ce2eda82
tcb: fix cross-compilation of tcb
...
Without the change build fails to find `gcc`:
$ nix build --no-link -f. pkgsCross.riscv64.shadow
> make[1]: Entering directory '/build/source/libs'
> gcc -O2 -I../include -Wall -Wextra -fPIC -c libtcb.c -o libtcb.o
> /nix/store/b9jxsncywlygxjjyql0z5bq6z29m6j4r-bash-5.1-p16/bin/bash: line 1: gcc: command not found
2022-12-26 14:45:00 +00:00
zowoq
69ba914b99
git: 2.38.1 -> 2.39.0
...
Changelog: https://github.com/git/git/blob/v2.39.0/Documentation/RelNotes/2.39.0.txt
2022-12-26 16:11:14 +10:00
Robert Scott and GitHub
05f9b8a48a
Merge pull request #207476 from risicle/ris-sqlite-CVE-2022-46908
...
sqlite: add patch for CVE-2022-46908
2022-12-25 23:23:17 +00:00
Sandro and GitHub
3826707676
Merge pull request #207292 from LeSuisse/nasm-2.16.01
2022-12-25 19:41:03 +01:00
github-actions[bot] and GitHub
583c7499e5
Merge staging-next into staging
2022-12-25 18:01:38 +00:00
github-actions[bot] and GitHub
949dfd3960
Merge master into staging-next
2022-12-25 18:01:00 +00:00
figsoda and GitHub
c2e1d345cb
Merge pull request #207688 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.22770 -> 0.1.22924
2022-12-25 12:57:28 -05:00
Doron Behar and GitHub
b5f421490b
Merge pull request #207087 from doronbehar/pkg/mathematica.src
...
Mathematica: Allow overriding src directly.
2022-12-25 19:13:12 +02:00
figsoda and GitHub
85f929f9dd
Merge pull request #207695 from r-ryantm/auto-update/gfold
...
gfold: 4.0.1 -> 4.2.0
2022-12-25 12:05:23 -05:00
Fabian Affolter and GitHub
af334f11c6
Merge pull request #207622 from r-ryantm/auto-update/python3.10-supervisor
...
python310Packages.supervisor: 4.2.4 -> 4.2.5
2022-12-25 17:47:08 +01:00
Frederik Rietdijk and Frederik Rietdijk
5f95e2ad3d
Revert "oneDNN: 2.7.1 -> 3.0", fixes #207551
...
This update broke the only consumer in nixpkgs, onnxruntime.
This reverts commit 83b2bf88cf .
2022-12-25 17:23:50 +01:00
markuskowa and GitHub
1041c9f5c2
Merge pull request #207341 from r-ryantm/auto-update/faustPhysicalModeling
...
faustPhysicalModeling: 2.50.6 -> 2.54.9
2022-12-25 16:59:26 +01:00
markuskowa and GitHub
8e5068af64
Merge pull request #207196 from r-ryantm/auto-update/x42-plugins
...
x42-plugins: 20220923 -> 20221119
2022-12-25 16:58:35 +01:00
markuskowa and GitHub
e4acd00c2f
Merge pull request #194580 from r-ryantm/auto-update/faust2
...
faust2: 2.41.1 -> 2.54.9
2022-12-25 16:57:57 +01:00
markuskowa and GitHub
fad51abd42
Merge pull request #207272 from r-ryantm/auto-update/kyverno
...
kyverno: 1.8.4 -> 1.8.5
2022-12-25 16:56:39 +01:00
markuskowa and GitHub
c6065452bf
Merge pull request #207360 from r-ryantm/auto-update/papi
...
papi: 6.0.0.1 -> 7.0.0
2022-12-25 16:55:38 +01:00
markuskowa and GitHub
9edc8037f3
Merge pull request #207365 from r-ryantm/auto-update/lsp-plugins
...
lsp-plugins: 1.2.3 -> 1.2.4
2022-12-25 16:55:12 +01:00
markuskowa and GitHub
cb7e9f5a01
Merge pull request #207383 from r-ryantm/auto-update/faustlive
...
faustlive: 2.5.12 -> 2.5.13
2022-12-25 16:54:54 +01:00
markuskowa and GitHub
60d929338c
Merge pull request #207390 from r-ryantm/auto-update/python3.10-boltztrap2
...
python310Packages.boltztrap2: 22.6.1 -> 22.12.1
2022-12-25 16:54:17 +01:00
Doron Behar and GitHub
709bb58df8
Merge pull request #207614 from r-ryantm/auto-update/rtsp-simple-server
...
rtsp-simple-server: 0.20.3 -> 0.21.0
2022-12-25 17:07:25 +02:00
R. Ryantm and Bobby Rong
bd0e5c293a
vscodium: 1.74.1.22349 -> 1.74.2.22355
2022-12-25 22:39:07 +08:00
Fabian Affolter and GitHub
5891254af9
Merge pull request #207675 from fabaff/skodaconnect-bump
...
python310Packages.skodaconnect: 1.1.27 -> 1.2.2
2022-12-25 15:35:01 +01:00
Fabian Affolter and GitHub
6fb9f4e298
Merge pull request #207674 from fabaff/screenlogicpy-bump
...
python310Packages.screenlogicpy: 0.5.5 -> 0.6.0
2022-12-25 15:34:33 +01:00
Fabian Affolter and GitHub
f0aa466d7b
Merge pull request #207668 from fabaff/nibe-bump
...
python310Packages.nibe: 1.5.0 -> 1.6.0
2022-12-25 15:34:22 +01:00
Fabian Affolter and GitHub
00b786dc97
Merge pull request #207664 from fabaff/dparse2-bump
...
python310Packages.dparse2: 0.6.1 -> 0.7.0
2022-12-25 15:34:12 +01:00
Fabian Affolter and GitHub
de05578cd2
Merge pull request #207660 from fabaff/metasploit-bump
...
metasploit: 6.2.31 -> 6.2.32
2022-12-25 15:34:03 +01:00
Fabian Affolter and GitHub
f0b1b37cd4
Merge pull request #207659 from fabaff/pyswitchbot-bump
...
python310Packages.pyswitchbot: 0.30.0 -> 0.30.1
2022-12-25 15:33:55 +01:00
Fabian Affolter and GitHub
e60eef9bda
Merge pull request #207656 from fabaff/opensensemap-api-bump
...
python310Packages.opensensemap-api: 0.2.0 -> 0.3.0
2022-12-25 15:33:47 +01:00
Fabian Affolter and GitHub
031c71f716
Merge pull request #207655 from fabaff/yalexs-ble-bump
...
python310Packages.yalexs-ble: 1.12.2 -> 1.12.5
2022-12-25 15:33:37 +01:00
R. Ryantm
eebe2f4920
gfold: 4.0.1 -> 4.2.0
2022-12-25 14:28:54 +00:00
Thiago Kenji Okada and GitHub
188392e7e2
Merge pull request #207464 from thiagokokada/apache-modules-py3
...
mod_python: 3.5.0 -> unstable-2022-10-18, mod_wsgi2: remove, mod_wsgi: refactor derivation
2022-12-25 14:08:27 +00:00
R. Ryantm
54998cb9d4
circleci-cli: 0.1.22770 -> 0.1.22924
2022-12-25 12:58:40 +00:00
Andrew Childs and GitHub
4ec86b13c9
pleroma: 2.4.4 -> 2.5.0 ( #207521 )
2022-12-25 13:38:55 +01:00
github-actions[bot] and GitHub
b48679133a
Merge staging-next into staging
2022-12-25 12:01:40 +00:00
github-actions[bot] and GitHub
cc78557f49
Merge master into staging-next
2022-12-25 12:01:07 +00:00
R. Ryantm and Bjørn Forsman
34605944af
memtester: 4.5.1 -> 4.6.0
2022-12-25 12:53:46 +01:00
Steven Kou and Bjørn Forsman
d5cd7d7d47
joplin-desktop: 2.8.8 -> 2.9.17
...
Diff: https://github.com/laurent22/joplin/compare/v2.8.8...v2.9.17
2022-12-25 12:51:17 +01:00
Jiajie Chen and Bjørn Forsman
d366e7ea1e
spice-gtk: unbreak on darwin
2022-12-25 12:49:01 +01:00
Fabian Affolter
c61ed5bf6c
python310Packages.skodaconnect: 1.1.27 -> 1.2.2
...
Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.2.2
2022-12-25 12:40:13 +01:00
Martin Weinelt and GitHub
27ae3f26b3
Merge pull request #205250 from evils/esphome-pio
2022-12-25 12:36:31 +01:00
Fabian Affolter
8691fe91dd
python310Packages.screenlogicpy: 0.5.5 -> 0.6.0
...
Changelog: https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.6.0
2022-12-25 12:35:30 +01:00
Bjørn Forsman
700adb32e9
nixos/sane: point SANE_CONFIG_DIR away from /etc/sane.d
...
This brings back the ability to e.g. configure sane-airscan with
`environment.etc."sane.d/airscan.conf".text = ...`.
(AFAICT, sane-airscan loads all config files it finds, so it'll first
load the one from the nixos hardware.sane.* configuration, then the user
specified one in /etc/sane.d/airscan.conf.)
Fixes: 4fbec87a5b ("nixos/sane: point env vars to /etc for quick reload")
Fixes https://github.com/NixOS/nixpkgs/issues/207262
2022-12-25 12:34:50 +01:00
Fabian Affolter
62ee7bfa45
python310Packages.screenlogicpy: add changelog to meta
2022-12-25 12:34:20 +01:00
Fabian Affolter
72581175ac
python310Packages.nibe: 1.5.0 -> 1.6.0
...
Changelog: https://github.com/yozik04/nibe/releases/tag/1.6.0
2022-12-25 12:21:44 +01:00
Fabian Affolter and Frederik Rietdijk
d70cee46ab
python310Packages.pyvmomi: add changelog to meta
...
- disable on unsupported Python releases
2022-12-25 12:17:15 +01:00
R. Ryantm and Frederik Rietdijk
927a8d2e97
python310Packages.pyvmomi: 7.0.3 -> 8.0.0.1
2022-12-25 12:17:15 +01:00