figsoda
6b296fbcf2
ast-grep: fix build on aarch64-linux
2023-05-19 11:09:09 -04:00
Nick Cao
8a4c408a8e
Merge pull request #231786 from lasers/cemu
...
cemu: 2.0-36 -> 2.0-39
2023-05-19 07:52:31 -06:00
Weijia Wang
172435103e
Merge pull request #232739 from figsoda/worldengine
...
worldengine-cli: fix build
2023-05-19 16:48:48 +03:00
github-actions[bot]
561f03ae3a
terraform-providers.yandex: 0.90.0 -> 0.91.0
2023-05-19 23:38:20 +10:00
github-actions[bot]
0f201b12a7
terraform-providers.opentelekomcloud: 1.34.3 -> 1.34.4
2023-05-19 23:38:20 +10:00
github-actions[bot]
d7a44053b0
terraform-providers.github: 5.25.0 -> 5.25.1
2023-05-19 23:38:20 +10:00
github-actions[bot]
72b6e45632
terraform-providers.auth0: 0.46.0 -> 0.47.0
2023-05-19 23:38:20 +10:00
Will Fancher
a13191189f
Merge pull request #230316 from wrvsrx/fix-x-restart-triggers
...
nixos/lib: hash triggers after converting them to string in systemd-lib
2023-05-19 09:25:56 -04:00
Martin Weinelt
b7a9deb5bd
Merge pull request #229910 from helsinki-systems/nodejs-14-insecure
...
nodejs_14: is EOL on 2023-04-30, nodejs_16: goes EOL during 23.05 release
2023-05-19 15:21:59 +02:00
ajs124
7b764ae761
Merge pull request #232521 from mweinelt/openssl_1_1_eol
...
openssl_1_1: mark end-of-life
2023-05-19 15:17:13 +02:00
John Ericson
8ed6a3e6bb
Merge pull request #231973 from obsidiansystems/netbsd-libcpu
...
libcpuid: Fix NetBSD cross build
2023-05-19 09:13:08 -04:00
Weijia Wang
4aafa10aec
Merge pull request #232795 from wegank/ueberzugpp-bump
...
ueberzugpp: 2.8.1 -> 2.8.3
2023-05-19 16:11:11 +03:00
happysalada
e5c8528b1c
nushellPlugins.query: 0.79.0 -> 0.80.0
2023-05-19 09:04:53 -04:00
lasers
d4ccb9d673
cemu: 2.0-36 -> 2.0-39
2023-05-19 07:38:35 -05:00
Weijia Wang
2615f1d64f
Merge pull request #232760 from Ericson2314/ci-freebsd
...
release-cross.nix: test cross compilation to x86_64-freebsd
2023-05-19 15:26:04 +03:00
Weijia Wang
3ece3ad221
Merge pull request #232816 from natsukium/python3Packages.pyvcf/remove
...
python3Packages.acebinf: remove; python3Packages.pyvcf: remove
2023-05-19 15:21:59 +03:00
Jonas Heinrich
a1502d3cf5
Merge pull request #232211 from onny/wordpress-wp-swiper
...
wordpressPackages.plugins: update, wPackages.plugins.wp-swiper: init at 1.0.32
2023-05-19 14:15:22 +02:00
Weijia Wang
04e667b9e9
Merge pull request #232618 from Aleksanaa/swayosd
...
swayosd: add gtk wrapper
2023-05-19 15:13:15 +03:00
Jonas Heinrich
b2c35b8b0e
wordpressPackages.plugins: update, wPackages.plugins.wp-swiper: init at 1.0.32
2023-05-19 14:11:10 +02:00
Weijia Wang
87a64c3979
ueberzugpp: 2.8.1 -> 2.8.3
2023-05-19 15:04:51 +03:00
Weijia Wang
9758484940
Merge pull request #232811 from wegank/microsoft-gsl-bump
...
microsoft_gsl: 3.1.0 -> 4.0.0
2023-05-19 15:02:16 +03:00
Mario Rodas
a99b0835cb
Merge pull request #232788 from r-ryantm/auto-update/ani-cli
...
ani-cli: 4.2 -> 4.3
2023-05-19 06:48:22 -05:00
Ryan Lahfa
54ec401550
Merge pull request #230382 from ereslibre/add-wavm
...
wavm: init at 2022-05-14
2023-05-19 13:40:35 +02:00
Nick Cao
1f389da69a
Merge pull request #232806 from r-ryantm/auto-update/datree
...
datree: 1.9.0 -> 1.9.2
2023-05-19 05:33:14 -06:00
Nick Cao
e81fe5d0dc
Merge pull request #232805 from r-ryantm/auto-update/kustomize
...
kustomize: 5.0.2 -> 5.0.3
2023-05-19 05:30:27 -06:00
Ryan Lahfa
45e665346e
Merge pull request #232347 from drupol/vscode/bump-extensions-may-2023
...
vscode-extensions: bump some extensions
2023-05-19 13:30:03 +02:00
Ryan Lahfa
80fc443572
Merge pull request #232791 from nikstur/bfscripts
...
bfscripts: init at unstable-2023-05-15
2023-05-19 13:29:07 +02:00
Thiago Kenji Okada
b83961d3f0
dunst: wrap dunstctl command with its runtime dependencies
...
Running `dunstctl` with `PATH` unset currently results in:
```
$ env PATH= ./result/bin/dunstctl is-paused
Command dbus-send not found
```
This is because `dunstctl` is a script that uses `dbus-send` and `cat`
during runtime. With this commit `dunstctl` works correctly even with
`PATH` unset:
```
$ env PATH= ./result/bin/dunstctl is-paused
false
```
2023-05-19 08:02:40 -03:00
natsukium
8e5964963f
python3Packages.pyvcf: remove
...
This library was introduced as a dependency of "truvari" but is no
longer used.
Also, it can no longer be built due to the removal of "use_2to3".
2023-05-19 20:02:38 +09:00
John Ericson
10d6d56743
release-cross.nix: test cross compilation to x86_64-freebsd
...
PR #138711 added NetBSD. FreeBSD has come a long ways since the last
release. It would be good to have this cached for 23.05.
2023-05-19 07:02:32 -04:00
natsukium
5e97a10756
python3Packages.acebinf: remove
...
This library was introduced as a dependency of "truvari" but is no
longer used.
Also, "pyvcf" on which it depends, cannot be built due to the removal of
"use_2to3".
2023-05-19 19:53:49 +09:00
Mario Rodas
765f0212c9
Merge pull request #232793 from r-ryantm/auto-update/flyctl
...
flyctl: 0.1.2 -> 0.1.7
2023-05-19 05:44:54 -05:00
Weijia Wang
67d181f13c
microsoft_gsl: 3.1.0 -> 4.0.0
2023-05-19 13:43:57 +03:00
Yureka
b0cc16f9e2
clickhouse: build rust parts
2023-05-19 06:29:08 -04:00
Mario Rodas
35f44ec330
Merge pull request #232765 from r-ryantm/auto-update/devbox
...
devbox: 0.4.9 -> 0.5.1
2023-05-19 05:26:20 -05:00
R. Ryantm
7ce0a29dfe
datree: 1.9.0 -> 1.9.2
2023-05-19 10:09:21 +00:00
Thiago Kenji Okada
58e7a9dc42
Merge pull request #223056 from GaetanLepage/coq-nvim
...
vimPlugins.coq_nvim: add python dependencies
2023-05-19 10:08:25 +00:00
R. Ryantm
da35f6a56f
kustomize: 5.0.2 -> 5.0.3
2023-05-19 10:06:30 +00:00
Alyssa Ross
aedc462e8b
nixosTests.mailman: init
2023-05-19 12:03:41 +02:00
Alyssa Ross
7ddca49451
nixos/mailman: set RemainAfterExit for settings
...
This seems to be required to have the unit re-run if
services.mailman.restApiPassFile gets set.
2023-05-19 12:03:41 +02:00
Alyssa Ross
43465c94d4
nixos/mailman: randomly generate REST API token
2023-05-19 12:03:41 +02:00
Mario Rodas
4344bbb40c
Merge pull request #232780 from marsam/update-libpg_query
...
libpg_query: 15-4.2.0 -> 15-4.2.1
2023-05-19 04:59:29 -05:00
Mario Rodas
5eb8434632
Merge pull request #232562 from r-ryantm/auto-update/python310Packages.nipype
...
python310Packages.nipype: 1.8.5 -> 1.8.6
2023-05-19 04:59:03 -05:00
Mario Rodas
8fd8a883ea
Merge pull request #232622 from figsoda/cargo-zigbuild
...
cargo-zigbuild: 0.16.8 -> 0.16.9
2023-05-19 04:57:52 -05:00
Mario Rodas
8e804a5aa9
Merge pull request #232628 from SubhrajyotiSen/update-maestro
...
maestro: 1.27.0 -> 1.28.0
2023-05-19 04:57:37 -05:00
Mario Rodas
a991941a3a
Merge pull request #232792 from r-ryantm/auto-update/bazelisk
...
bazelisk: 1.16.0 -> 1.17.0
2023-05-19 04:45:18 -05:00
Weijia Wang
03cb41b569
Merge pull request #232546 from r-ryantm/auto-update/plantuml-server
...
plantuml-server: 1.2023.6 -> 1.2023.7
2023-05-19 12:42:57 +03:00
Weijia Wang
89a75986a6
Merge pull request #232492 from r-ryantm/auto-update/alkalami
...
alkalami: 2.000 -> 3.000
2023-05-19 12:41:20 +03:00
Nick Cao
be51e32b32
Merge pull request #232782 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-05-17 -> unstable-2023-05-18
2023-05-19 03:35:10 -06:00
Mario Rodas
7797c8865f
Merge pull request #232787 from marsam/update-resvg
...
resvg: 0.32.0 -> 0.33.0
2023-05-19 04:34:36 -05:00