Sandro and GitHub
baac374635
Merge pull request #173325 from KAction/zsh-doc
2022-06-19 11:24:33 +02:00
Sandro and GitHub
c77e2ff473
Merge pull request #178168 from sven-of-cord/master
...
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Phillip Cloud and GitHub
e85af7341a
pulumi-bin: 3.31.0 -> 3.34.1 ( #178006 )
2022-06-19 11:23:38 +02:00
Vladimír Čunát
f65e044ad5
Merge #176495 : unclutter-xfixes: fix cross-compilation
2022-06-19 11:15:42 +02:00
Florian Klink and GitHub
4386cb104e
Merge pull request #178200 from lopsided98/device-tree-preprocessor
...
nixos/device-tree: preprocess overlays before compiling
2022-06-19 11:13:54 +02:00
Jörg Thalheim and GitHub
0d68d7c857
Merge pull request #178148 from misuzu/zerotierone
...
zerotierone: 1.8.9 -> 1.10.0
2022-06-19 08:34:29 +01:00
Jörg Thalheim and GitHub
b07506ae98
Merge pull request #178189 from alkasm/alkasm/maintainers-add-alkasm
...
maintainers: add alkasm
2022-06-19 08:33:01 +01:00
Jörg Thalheim and GitHub
10056ffc89
Merge pull request #178181 from wahjava/update-got
...
got: 0.69 -> 0.70
2022-06-19 08:32:40 +01:00
Fabian Affolter and GitHub
6a9c4efc3c
Merge pull request #178142 from fabaff/gitls
...
gitls: init at 1.0.3
2022-06-19 09:31:45 +02:00
Jörg Thalheim and GitHub
fe24b3222e
Merge pull request #178197 from r-ryantm/auto-update/python3.10-types-redis
...
python310Packages.types-redis: 4.2.7 -> 4.2.8
2022-06-19 08:21:08 +01:00
Jörg Thalheim and GitHub
2ea4d37217
Merge pull request #178199 from aaronjheng/mongo-tools
...
mongodb-tools: use buildGoModule
2022-06-19 08:17:57 +01:00
Vladimír Čunát
9ce903e48e
Merge #178209 : Revert "graalvmXX-ce: use a patched version of zlib"
2022-06-19 08:57:57 +02:00
Fabian Affolter and GitHub
d0a064995c
Merge pull request #178160 from fabaff/pwdsafety-bump
...
pwdsafety: 0.1.4 -> 0.3
2022-06-19 08:56:06 +02:00
Vladimír Čunát and GitHub
2f002a9667
Revert "graalvmXX-ce: use a patched version of zlib"
2022-06-19 08:54:21 +02:00
Lassulus and GitHub
f4b359f751
Merge pull request #178183 from r-ryantm/auto-update/python3.9-yubikey-manager
...
yubikey-manager: 4.0.8 -> 4.0.9
2022-06-19 08:31:31 +02:00
Vladimír Čunát
89467818b7
Merge #177171 : staging-next 2022-06-10
2022-06-19 08:22:17 +02:00
Jörg Thalheim and GitHub
96b227697f
Merge pull request #177785 from Mic92/navidrome
...
nixos/navidrome: fixes missing ssl certficates
2022-06-19 07:07:41 +01:00
Vladimír Čunát
a80fd0af94
Merge #178124 : makeDBusConf: reduce build closure
...
...into staging-next
2022-06-19 08:07:35 +02:00
Jörg Thalheim and GitHub
f5ca531054
Merge pull request #158602 from hercules-ci/systemd-unit-mixed-list-error
...
nixos/systemd: Custom error when mixing list/non-list defs
2022-06-19 07:05:04 +01:00
github-actions[bot] and GitHub
05f221fbe3
Merge master into staging-next
2022-06-19 06:01:10 +00:00
Adam Joseph and Frederik Rietdijk
b21933faab
cpython: have powerpc64le use "ppc64le" to follow PEP600
...
The PEP600 standard gives Python's naming scheme for various
architectures; it follows the convention which was in use by Fedora in
2014. According to PEP600, the architecture name for Power PC is
`ppc64le`, not `powerpc64le`. This is also how python3 declares its
"supported wheels" under Debian on PowerPC, as checked with `pip debug
--verbose`
$ pip debug --verbose | grep powerpc
$ pip debug --verbose | grep ppc | head
cp39-cp39-manylinux_2_31_ppc64le
cp39-cp39-manylinux_2_30_ppc64le
cp39-cp39-manylinux_2_29_ppc64le
cp39-cp39-manylinux_2_28_ppc64le
cp39-cp39-manylinux_2_27_ppc64le
cp39-cp39-manylinux_2_26_ppc64le
cp39-cp39-manylinux_2_25_ppc64le
cp39-cp39-manylinux_2_24_ppc64le
cp39-cp39-manylinux_2_23_ppc64le
Let's adjust the `pythonHostPlatform` expression in
cpython/default.nix to pass the architecture using the naming scheme
Python expects.
Verified on a Raptor Computing Systems Talos II. Without this commit,
PyQt5 fails to build, failing with "unsupported wheel". With this
commit, it builds successfully.
2022-06-19 07:46:29 +02:00
Bobby Rong and GitHub
d83c9aaf15
Merge pull request #178089 from bobby285271/pantheon
...
pantheon.elementary-files: 6.1.2 -> 6.1.3
2022-06-19 13:07:15 +08:00
Aaron Jheng
fe50514741
mongodb-tools: use buildGoModule
2022-06-19 03:34:19 +00:00
R. Ryantm
c164921d89
python310Packages.types-redis: 4.2.7 -> 4.2.8
2022-06-19 02:57:10 +00:00
Ben Wolsieffer
754005bf48
nixos/device-tree: preprocess overlays before compiling
...
Run the device tree overlays through the preprocessor before compiling it, as
is done in the kernel. This helps make overlays easier to understand, and
improves compatibility with those found in the wild.
I found the correct command line by running the kernel build with V=1, and then
removing all the arguments related to dependency tracking.
2022-06-18 22:24:30 -04:00
Ben Wolsieffer
8e4b3323d1
nixos/device-tree: use new overlay syntax in example
...
Since dtc 1.4.7 (released in 2018), there has been a much nicer syntax for
device tree overlays. This commit converts the dtsText example to use this
syntax.
2022-06-18 22:24:30 -04:00
github-actions[bot] and zowoq
a19f2c688b
terraform-providers: update 2022-06-18
2022-06-19 10:24:42 +10:00
Mario Rodas and GitHub
2f63b7dad4
Merge pull request #178112 from pmiddend/update-joplin-desktop-2.8.8
...
joplin-desktop: 2.7.15 -> 2.8.8
2022-06-18 19:11:40 -05:00
github-actions[bot] and GitHub
b7aba4fb0f
Merge master into staging-next
2022-06-19 00:02:36 +00:00
Alexander Reynolds
1477172ead
maintainers: add alkasm
2022-06-18 16:40:24 -07:00
Sandro and GitHub
861771aac2
Merge pull request #177174 from fgaz/zeronet-conservancy/0.7.6
...
zeronet-conservancy: 0.7.5 -> 0.7.6, add nixos test
2022-06-19 01:34:44 +02:00
Sandro and GitHub
8dc07f821b
Merge pull request #175158 from kuwii/dev/microsoft-edge
...
microsoft-edge: 100.0.1185.44 -> 102.0.1245.44
2022-06-19 01:34:05 +02:00
Wout Mertens and GitHub
a6b0effb24
Merge pull request #178182 from Izorkin/update-netdata
...
netdata: 1.34.1 -> 1.35.1
2022-06-19 00:25:32 +02:00
zowoq
8363c2b055
terraform-providers.vsphere: 2.1.1 -> 2.2.0
2022-06-19 08:12:58 +10:00
Sven Over
68e989d380
spr: init at 1.3.2
2022-06-18 23:12:35 +01:00
R. Ryantm
b1f4b54968
yubikey-manager: 4.0.8 -> 4.0.9
2022-06-18 21:08:05 +00:00
Sandro and GitHub
a230c8a0bb
Merge pull request #178061 from mupdt/python-infinity
...
python3Packages.infinity: init at 1.5
2022-06-18 23:04:38 +02:00
Sandro and GitHub
753b852859
Merge pull request #173894 from fgaz/titanion/init
...
titanion: init at 0.3
2022-06-18 23:01:32 +02:00
Sandro and GitHub
48a9f3f8ec
Merge pull request #178177 from fabaff/dnsmon
...
dnsmon-go: init at unstable-2022-05-13
2022-06-18 23:00:21 +02:00
Sandro and GitHub
6fd7d10238
Merge pull request #178169 from linsui/amberol
...
amberol: 0.7.0 -> 0.8.0
2022-06-18 22:53:52 +02:00
Sandro and GitHub
256a8a9e41
Merge pull request #178167 from wunderbrick/juniper-remove-wunderbrick-maintainer
...
juniper: remove wunderbrick as a maintainer
2022-06-18 22:53:36 +02:00
Izorkin
095ed30363
netdata: 1.34.1 -> 1.35.1
2022-06-18 23:22:01 +03:00
Sandro and GitHub
6a64c0ef4b
Merge pull request #178172 from fabaff/secrets-extractor
...
secrets-extractor: init at 1.0.1
2022-06-18 22:19:41 +02:00
Francesco Gazzetta
3cfdd35ff6
zeronet-conservancy: add nixos test
2022-06-18 22:06:55 +02:00
Sandro and GitHub
3c0f4b900f
Merge pull request #178178 from wahjava/update-tailscale
...
tailscale: 1.26.0 -> 1.26.1
2022-06-18 21:47:08 +02:00
Sandro and GitHub
c61855f257
Merge pull request #178175 from sternenseemann/chroma-2.2.0
...
chroma: 0.10.1 -> 2.2.0
2022-06-18 21:46:52 +02:00
Ashish SHUKLA
1a98357175
got: 0.69 -> 0.70
2022-06-19 01:12:42 +05:30
Sandro and GitHub
9eb3db78fe
Merge pull request #178179 from marsam/update-rage
...
rage: 0.8.0 -> 0.8.1
2022-06-18 21:37:21 +02:00
Sandro and GitHub
d925b46219
Merge pull request #178161 from welteki/bump-arkade
...
arkade: 0.8.25 -> 0.8.28
2022-06-18 21:35:25 +02:00
Mario Rodas and GitHub
b812569811
Merge pull request #177875 from 06kellyjac/trivy
...
trivy: 0.28.1 -> 0.29.0
2022-06-18 14:02:33 -05:00