github-actions[bot]
4cc42f749e
terraform-providers.gitlab: 15.8.0 → 15.9.0
2023-02-23 14:36:21 +10:00
github-actions[bot]
5148862235
terraform-providers.auth0: 0.43.0 → 0.44.0
2023-02-23 14:36:21 +10:00
Weijia Wang
453be8e802
xmrig-mo: unbreak on more platforms
2023-02-23 06:33:11 +02:00
R. Ryantm
3a6f78e67c
srvc: 0.14.0 -> 0.14.1
2023-02-23 04:19:17 +00:00
Adam Joseph
f99e8bafe6
nixos/installer: add sd-image-powerpc64le.nix
...
This builds on top of nixpkgs mainline 00d8347180
with the following two PRs cherry-picked:
- https://github.com/NixOS/nixpkgs/pull/192670
- https://github.com/NixOS/nixpkgs/pull/192668
using the following command:
```
nix build -f nixos -L \
-I nixos-config=nixos/modules/installer/sd-card/sd-image-powerpc64le.nix \
config.system.build.sdImage
```
I was able to successfully boot the image, although it boots to a login prompt
rather than a shell, and won't accept the empty password for `root`. I guess
I'll have to figure out why that is.
To boot the image: `zstd`-decompress the it, mount it, and use `kexec`:
```
cd boot/nixos
kexec -l \
*-vmlinux \
--initrd *-initrd \
--dt-no-old-root \
--command-line="$(grep APPEND ../extlinux/extlinux.conf | sed 's_^ *APPEND *__')"
```
The machine I used for testing has only one storage device which is completely
allocated to LVM. It appears that the NixOS ISO loader doesn't look for
partition tables within LVM volumes. To work aroundn this, I had to extract the
`ext4` image within the partition table within the `sd-card` image and put that
in its own LVM volume. This likely won't be an obstacle for users who write the
image to a USB stick or similar.
2023-02-23 06:18:52 +02:00
figsoda
c210cc7f9e
vimPlugins.nvim-treesitter: 2023-02-19 -> 2023-02-22
2023-02-22 23:10:10 -05:00
R. Ryantm
bcd127d19f
argocd: 2.6.1 -> 2.6.2
2023-02-23 04:08:52 +00:00
R. Ryantm
3216741aa1
sentry-native: 0.5.4 -> 0.6.0
2023-02-23 03:54:52 +00:00
R. Ryantm
ee8aa8fbb5
pineapple-pictures: 0.6.5 -> 0.6.6
2023-02-23 03:47:36 +00:00
Jeremy Fleischman
bb724fa986
sysdig: Include driver patch to fix compilation on Linux 6.2
...
On nixos-unstable with the latest kernel (6.2.0), I'm seeing sysdig
fail to compile:
/build/source/build/driver/src/main.c:2788:30: error: assignment to 'char * (*)(const struct device *, umode_t *)' {aka 'char * (*)(const struct device *, short unsigned int *)'} from incompatible pointer type 'char * (*)(struct device *, umode_t *)' {aka 'char * (*)(struct device *, short unsigned int *)'} [-Werror=incompatible-pointer-types]
2788 | g_ppm_class->devnode = ppm_devnode;
| ^
/build/libs/userspace/libscap/scap_procs.c: In function 'scap_os_getpid_global':
This has already been fixed upstream, this just cherry-picks that fix.
2023-02-22 19:43:02 -08:00
Samuel Ainsworth
dc3ac9dc42
Merge pull request #217322 from ConnorBaker/cudatoolkit-prune-broken-symlinks
...
cudatoolkit: prune broken symlinks in `postFixup`
2023-02-22 22:42:42 -05:00
Lassulus
c8322a465c
Merge pull request #217727 from vlaci/lief-darwin
...
lief: enable darwin support
2023-02-23 08:57:53 +05:30
Anderson Torres
990f09363a
Merge pull request #217781 from dotlambda/pyqt6-6.4.2
...
python310Packages.pyqt6: 6.4.0 -> 6.4.2
2023-02-23 00:10:22 -03:00
R. Ryantm
1f16363672
python310Packages.pytorch-metric-learning: 2.0.0 -> 2.0.1
2023-02-23 02:53:46 +00:00
Nick Cao
12f94adb89
Merge pull request #217702 from Luflosi/update/yosys
...
yosys: 0.25 -> 0.26
2023-02-23 10:50:23 +08:00
Martin Weinelt
e712ee9456
pdm: Fix tests on darwin, by allowing local networking
2023-02-23 03:42:00 +01:00
Martin Weinelt
00e302ca22
pdm: 2.4.3 -> 2.4.6
...
https://github.com/pdm-project/pdm/releases/tag/2.4.4
https://github.com/pdm-project/pdm/releases/tag/2.4.5
https://github.com/pdm-project/pdm/releases/tag/2.4.6
2023-02-23 03:39:49 +01:00
Robert Schütz
af735e7623
python310Packages.recurring-ical-events: 2.0.1 -> 2.0.2
...
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.0.1...v2.0.2
Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.2/README.rst#changelog
2023-02-22 17:44:58 -08:00
Robert Schütz
07e1d5bc22
metadata-cleaner: 2.4.0 -> 2.5.0
...
Diff: https://gitlab.com/rmnvgr/metadata-cleaner/-/compare/v2.4.0...v2.5.0
Changelog: https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.5.0/CHANGELOG.md
2023-02-22 17:41:40 -08:00
Robert Schütz
0d2542fa9d
flatcam: pin shapely at 1.8.4
2023-02-22 17:39:49 -08:00
Robert Schütz
6f2e446ea7
python310Packages.hass-nabucasa: don't depend on asynctest
...
Upstream removed it in
https://github.com/NabuCasa/hass-nabucasa/pull/318 and didn't use it for
Python >= 3.8 anyway.
2023-02-22 17:38:47 -08:00
Robert Schütz
89c8ef30a6
nixos/imaginary: bind to localhost by default
2023-02-22 17:37:36 -08:00
Ashish SHUKLA
c346267257
tailscale: 1.36.1 -> 1.36.2
2023-02-23 07:07:33 +05:30
Mario Rodas
a110ae872b
Merge pull request #217659 from r-ryantm/auto-update/folly
...
folly: 2023.02.06.00 -> 2023.02.13.00
2023-02-22 20:31:44 -05:00
Mario Rodas
19ff7ec33f
Merge pull request #217652 from r-ryantm/auto-update/protoc-gen-connect-go
...
protoc-gen-connect-go: 1.5.0 -> 1.5.2
2023-02-22 20:31:19 -05:00
Martin Weinelt
a8448933ee
python310Packages.homeassistant-stubs: init at 2023.2.5
...
Typing hints for Home Assistant core. Freshly generated out of
our home-assistant package.
2023-02-23 02:21:13 +01:00
Martin Weinelt
d4a8452985
python3Packages.voluptuous-stubs: init at 0.1.1
...
Typing hints for the voluptuous package.
2023-02-23 02:21:12 +01:00
Nick Cao
3d14f3fb41
Merge pull request #217635 from r-ryantm/auto-update/spotify-player
...
spotify-player: 0.11.1 -> 0.12.0
2023-02-23 09:19:27 +08:00
Nick Cao
467efb339c
Merge pull request #217643 from mahmoudk1000/master
...
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Robert Schütz
3c5402a81a
python310Packages.caldav: 1.1.1 -> 1.1.3
...
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.1.1...v1.1.3
2023-02-22 17:18:23 -08:00
Nick Cao
d3740cb30e
Merge pull request #217673 from r-ryantm/auto-update/devbox
...
devbox: 0.3.3 -> 0.3.4
2023-02-23 09:17:56 +08:00
Nick Cao
8cb24369c7
Merge pull request #217676 from lorenzleutgeb/gradle-6
...
gradle: 6.9.3 -> 6.9.4
2023-02-23 09:17:49 +08:00
Nick Cao
159c0a973d
Merge pull request #217688 from r-ryantm/auto-update/watchmate
...
watchmate: 0.4.0 -> 0.4.1
2023-02-23 09:17:16 +08:00
Nick Cao
8736d714ec
Merge pull request #217692 from r-ryantm/auto-update/yadm
...
yadm: 3.2.1 -> 3.2.2
2023-02-23 09:16:30 +08:00
Nick Cao
ec19a4855f
Merge pull request #217695 from r-ryantm/auto-update/cargo-deb
...
cargo-deb: 1.42.0 -> 1.42.1
2023-02-23 09:16:09 +08:00
Robert Schütz
953c6fed96
python310Packages.pyqt6: 6.4.0 -> 6.4.2
2023-02-22 17:13:04 -08:00
Robert Schütz
496dd49d1c
python310Packages.pyqt5: 5.15.7 -> 5.15.9
2023-02-22 17:12:34 -08:00
Nick Cao
6d8d421090
Merge pull request #217719 from r-ryantm/auto-update/obsidian
...
obsidian: 1.1.9 -> 1.1.15
2023-02-23 09:09:00 +08:00
Nick Cao
ad8b0a440b
Merge pull request #217730 from hmenke/alps
...
nixos/alps: fix embarrasing typo
2023-02-23 09:08:23 +08:00
Nick Cao
530146f0fe
Merge pull request #217731 from chvp/bump-eid-mw
...
eid-mw: 5.1.9 -> 5.1.10
2023-02-23 09:08:04 +08:00
Nick Cao
4b74ba8001
Merge pull request #217744 from dotlambda/rnote-0.5.14
...
rnote: 0.5.13 -> 0.5.14
2023-02-23 09:04:55 +08:00
Nick Cao
27d2aa5360
Merge pull request #217761 from rhoriguchi/gitkraken
...
gitkraken: 9.1.0 -> 9.1.1
2023-02-23 09:02:18 +08:00
Nick Cao
e745e10f78
Merge pull request #217769 from wahjava/update-flyctl
...
flyctl: 0.0.456 -> 0.0.464
2023-02-23 09:01:59 +08:00
Nick Cao
47d96e57c9
Merge pull request #217771 from fabaff/meteofrance-api-bump
...
python310Packages.meteofrance-api: 1.1.0 -> 1.2.0
2023-02-23 09:01:21 +08:00
Nick Cao
6eaf4f425d
Merge pull request #217774 from dotlambda/vallox-websocket-api-3.1.0
...
python310Packages.vallox-websocket-api: 3.0.0 -> 3.1.0
2023-02-23 08:59:42 +08:00
Anderson Torres
2e901f858a
Merge pull request #217764 from dotlambda/sip-6.7.7
...
python310Packages.sip: 6.7.5 -> 6.7.7
2023-02-22 21:56:29 -03:00
Nick Cao
94dc2f4beb
Merge pull request #216738 from wineee/deepin-camera
...
deepin.deepin-camera: init at 1.4.8
2023-02-23 08:56:04 +08:00
Nick Cao
f221987b19
Merge pull request #216873 from Thornycrackers-Forks/master
...
pythonPackages.python-jwt: init at 1.3.1
2023-02-23 08:54:48 +08:00
Nick Cao
af453a57a4
Merge pull request #214014 from astro/oxigraph
...
oxigraph: init at 0.3.11
2023-02-23 08:52:02 +08:00
Robert Schütz
a31c3d5e09
Merge pull request #217544 from fabaff/mox-remove
...
python310Packages.mox: remove
2023-02-22 16:27:47 -08:00