Adam Joseph
006c38fa53
platforms.nix: use {} on failed detection instead of silently assuming pc
...
This patch causes the autodetection code in lib/systems/platforms.nix
to return {} if it cannot detect the platform and one of the
platform.nix-detection-provided attributes (linux-kernel, gcc, and
rustc) are accessed, rather than silently assuming the "pc" platform
as was previously done.
It is definitely safe to assume that code using these attributes is
prepared to deal with `gcc` and `rustc` not being defined, because
many of the working entries in this file don't define it.
Regarding `linux-kernel` the situation is less certain, but some code
(`lib/systems/default.nix` for example) is already designed to deal
with that attribute being missing. At worst it would result in an
"attribute not found" error.
While adding mips64el bootstrap support to nixpkgs, the silent
assumption that mips64el routers are actually Intel PCs caused
significant frustration. This commit removes that assumption in order
to save people who port nixpkgs to new platforms in the future from
this frustration.
2022-05-03 13:31:41 -07:00
Fabian Affolter
a31e9af019
Merge pull request #167523 from r-ryantm/auto-update/python3.10-types-cryptography
...
python310Packages.types-cryptography: 3.3.18 -> 3.3.19
2022-04-06 18:48:37 +02:00
Fabian Affolter
14e8dd45ad
Merge pull request #167536 from r-ryantm/auto-update/python3.10-azure-identity
...
python310Packages.azure-identity: 1.8.0 -> 1.9.0
2022-04-06 18:44:49 +02:00
Felix Buehler
7eb1a32324
subversion-client: remove appendToName to have a consistent package name for repology
2022-04-06 17:40:39 +02:00
Fabian Affolter
0e29650898
Merge pull request #166820 from r-ryantm/auto-update/python3.10-srp
...
python310Packages.srp: 1.0.18 -> 1.0.19
2022-04-06 17:32:10 +02:00
superherointj
041060b415
goreman: enable tests ( #167538 )
2022-04-06 17:00:11 +02:00
Bobby Rong
8ffc4aa12e
Merge pull request #165855 from newAM/saleae-logic-2
...
saleae-logic-2: 2.3.45 -> 2.3.47
2022-04-06 22:41:39 +08:00
Bobby Rong
0a89c49e7f
Merge pull request #166549 from arjan-s/ntfy-1190
...
ntfy-sh: 1.18.1 -> 1.19.0
2022-04-06 22:22:07 +08:00
Martin Weinelt
433ad44039
Merge pull request #167492 from r-ryantm/auto-update/python3.10-hatchling
2022-04-06 16:21:04 +02:00
Bobby Rong
6c79fb0c39
Merge pull request #166488 from dali99/update_hydrus2
...
hydrus: 478 -> 479
2022-04-06 22:14:48 +08:00
Bobby Rong
d8068bc6a8
Merge pull request #166764 from r-ryantm/auto-update/x11docker
...
x11docker: 7.1.3 -> 7.1.4
2022-04-06 22:08:29 +08:00
Bobby Rong
1bb63f34ea
Merge pull request #166867 from r-ryantm/auto-update/go-task
...
go-task: 3.11.0 -> 3.12.0
2022-04-06 22:06:03 +08:00
R. Ryantm
2b6e571f8f
python310Packages.azure-identity: 1.8.0 -> 1.9.0
2022-04-06 13:58:17 +00:00
José Romildo Malaquias
90e060cc84
Merge pull request #167288 from r-ryantm/auto-update/mousepad
...
xfce.mousepad: 0.5.8 -> 0.5.9
2022-04-06 10:52:36 -03:00
Jörg Thalheim
26ab628331
Merge pull request #167310 from Mic92/wireguard
...
linuxPackages_4_14.wireguard: 1.0.20210606 -> 1.0.20211208
2022-04-06 14:30:47 +01:00
ajs124
caa91541bc
go_1_18: don't force gcc8 on aarch64-linux
2022-04-06 23:00:33 +10:00
Sandro
93a139dac3
Merge pull request #166804 from Luflosi/fix-postcss-cli
2022-04-06 14:21:06 +02:00
R. Ryantm
c28846f1ec
python310Packages.types-cryptography: 3.3.18 -> 3.3.19
2022-04-06 12:08:32 +00:00
Sandro
41e7bba517
Merge pull request #166839 from Luflosi/update/apfsprogs
2022-04-06 14:06:34 +02:00
Silvan Mosberger
d29bef5cc1
Merge pull request #152273 from yuuyins/audacity
...
audacity: 3.0.2 -> 3.1.3
2022-04-06 13:50:32 +02:00
Sandro
3f68060ff0
Update pkgs/shells/nushell/default.nix
2022-04-06 07:11:01 -04:00
Andreas
54a21b8dc5
nushell: 0.44.0 -> 0.60.0
...
Nushell 0.60 was released on Mar, 22nd. This upgrades nushell for nixpkgs to
that version.
For release notes see https://www.nushell.sh/blog/2022-03-22-nushell_0_60.html
2022-04-06 07:11:01 -04:00
R. Ryantm
0a1607729b
proton-caller: 2.3.2 -> 3.1.0
2022-04-06 07:07:25 -04:00
Fabian Affolter
7c921c58f1
Merge pull request #166519 from r-ryantm/auto-update/python3.10-databricks-connect
...
python310Packages.databricks-connect: 9.1.10 -> 9.1.12
2022-04-06 13:03:54 +02:00
Fabian Affolter
2b1a673ffb
Merge pull request #166870 from WolfangAukang/whatweb
...
whatweb: init at 0.5.5
2022-04-06 13:00:28 +02:00
Fabian Affolter
befa2b6ea5
Merge pull request #165939 from r-ryantm/auto-update/python310Packages.inquirer
...
python310Packages.inquirer: 2.9.1 -> 2.9.2
2022-04-06 12:55:55 +02:00
Fabian Affolter
8670c48084
Merge pull request #167264 from mweinelt/contributing-release-notes
...
CONTRIBUTING.md: encourage linking release notes on updates
2022-04-06 12:52:49 +02:00
Fabian Affolter
c951a0ba6e
Merge pull request #166789 from kirillrdy/master
...
python3.aplpy: 2.0.3 -> 2.1.0
2022-04-06 12:49:21 +02:00
Fabian Affolter
c387209289
Merge pull request #166766 from r-ryantm/auto-update/python310Packages.doc8
...
python310Packages.doc8: 0.10.1 -> 0.11.1
2022-04-06 12:47:54 +02:00
Eelco Dolstra
9c60061edc
Merge pull request #165730 from ConnorBaker/z3_versions
...
z3: init 4.8.15, 4.7.1
2022-04-06 12:47:33 +02:00
Fabian Affolter
0d79899aaa
python310Packages.srp: disable on older Python releases
...
- Add description
- Add pythonImportsCheck
2022-04-06 12:44:38 +02:00
Fabian Affolter
d8a2042c3e
Merge pull request #167236 from graysonhead/master
...
python3Package.mergedb: init at 0.1.1
2022-04-06 12:34:45 +02:00
Fabian Affolter
6c4793f0bb
Merge pull request #167450 from r-ryantm/auto-update/python310Packages.hg-git
...
python310Packages.hg-git: 0.10.4 -> 1.0.0
2022-04-06 12:34:27 +02:00
Thomas Gerbet
55fd703986
cosign: 1.6.0 -> 1.7.1
...
https://github.com/sigstore/cosign/releases/tag/v1.7.1
2022-04-06 20:32:51 +10:00
Bryan A. S
4b0a37b89f
argocd-autopilot: 0.3.0 -> 0.3.1
2022-04-06 19:38:18 +10:00
Bryan A. S
6c21273e1e
argocd: 2.3.2 -> 2.3.3
...
change commit and tag to src.rev no more manual update
2022-04-06 19:38:08 +10:00
Fabian Affolter
797b694394
Merge pull request #167469 from r-ryantm/auto-update/python310Packages.oslo-log
...
python310Packages.oslo-log: 4.6.1 -> 4.7.0
2022-04-06 11:23:57 +02:00
Fabian Affolter
f0b94551bc
python3Package.mergedb: add setuptools
2022-04-06 11:21:22 +02:00
Fabian Affolter
dcfbb20d25
python3Packages.hg-git: disable on older Python releases
...
- Add pythonImportsCheck
2022-04-06 11:16:56 +02:00
Fabian Affolter
16e14a8acb
python3Package.mergedb: add some blank lines
2022-04-06 11:10:06 +02:00
Fabian Affolter
6294da8f04
Merge pull request #167502 from r-ryantm/auto-update/python3.10-python-kasa
...
python310Packages.python-kasa: 0.4.2 -> 0.4.3
2022-04-06 11:09:22 +02:00
Fabian Affolter
10ee8df24b
python3Packages.oslo-log: disable on older Python releases
2022-04-06 11:00:10 +02:00
Fabian Affolter
4c05701f44
Merge pull request #167438 from r-ryantm/auto-update/python310Packages.google-cloud-bigtable
...
python310Packages.google-cloud-bigtable: 2.7.1 -> 2.8.0
2022-04-06 10:53:02 +02:00
Fabian Affolter
969666b135
Merge pull request #167458 from r-ryantm/auto-update/python310Packages.jupytext
...
python310Packages.jupytext: 1.13.7 -> 1.13.8
2022-04-06 10:52:31 +02:00
Fabian Affolter
fd8d65b164
Merge pull request #167460 from r-ryantm/auto-update/python3.10-pyplaato
...
python310Packages.pyplaato: 0.0.15 -> 0.0.16
2022-04-06 10:52:07 +02:00
Fabian Affolter
8b6cbbe611
Merge pull request #167461 from r-ryantm/auto-update/python3.10-pyScss
...
python310Packages.pyscss: 1.3.7 -> 1.4.0
2022-04-06 10:51:40 +02:00
Fabian Affolter
62f9cf61ca
Merge pull request #167464 from r-ryantm/auto-update/python3.10-teslajsonpy
...
python310Packages.teslajsonpy: 1.9.0 -> 2.0.1
2022-04-06 10:50:51 +02:00
Fabian Affolter
7f64b56cc1
Merge pull request #167465 from r-ryantm/auto-update/python3.10-nats-py
...
python310Packages.nats-py: 2.0.0 -> 2.1.0
2022-04-06 10:50:19 +02:00
Fabian Affolter
889bcc41d6
Merge pull request #167467 from r-ryantm/auto-update/python3.10-pynetgear
...
python310Packages.pynetgear: 0.9.3 -> 0.9.4
2022-04-06 10:49:39 +02:00
Fabian Affolter
63e67ef4bc
Merge pull request #167459 from r-ryantm/auto-update/python310Packages.karton-core
...
python310Packages.karton-core: 4.3.0 -> 4.4.0
2022-04-06 10:49:12 +02:00