Commit Graph
403842 Commits
Author SHA1 Message Date
Sebastian Neubauer 2987efca09 llvmPackages_rocm.llvm: 5.2.1 → 5.2.3 2022-08-22 10:14:16 +00:00
Sebastian Neubauer a83a4594ad rocclr: 5.2.1 → 5.2.3 2022-08-22 10:12:44 +00:00
Sebastian Neubauer ed5dbbc718 rocm-smi: 5.2.0 → 5.2.3 2022-08-22 10:10:36 +00:00
Janne Heß 2a1349f14f perlPackages: Clarify BSD licenses 2022-08-22 12:07:42 +02:00
Jonas HeinrichandGitHub 4cd8b7633a Merge pull request #183556 from r-ryantm/auto-update/mutt-wizard
mutt-wizard: 3.2.1 -> 3.3.1
2022-08-22 11:57:40 +02:00
Janne Heß c070a09e76 perlPackages: Re-add Gtk2GladeXML 2022-08-22 11:37:13 +02:00
Fabian Affolter 1dc6b66873 sqlfluff: 1.2.1 -> 1.3.0 2022-08-22 11:37:03 +02:00
Jonas HeinrichandGitHub f090e17f3b Merge pull request #183467 from r-ryantm/auto-update/lcov
lcov: 1.15 -> 1.16
2022-08-22 11:34:46 +02:00
Janne Heß 933e90b94a perlPackages: Get rid of deprecated licenses 2022-08-22 11:34:14 +02:00
markuskowaandGitHub b234ab2b41 Merge pull request #187487 from markuskowa/upd-srsran
srsran: 21.10 -> 22.0.4.1
2022-08-22 11:30:14 +02:00
Adam Joseph 8682bd0a81 build-support/rust: toTargetArch: strip off endianness
`toTargetArch` in `pkgs/build-support/rust/lib/default.nix` is used to
set `CARGO_CFG_TARGET_ARCH`.  This environment variable is supposed to
be the `<arch>` portion of an LLVM-style platform name:

```
<arch><sub>-<kernel>-<libc><abi>
```

Note that the pointer-width (the "64" in "x86_64" and "mips64") is
part of `<arch>`, but the endianness (the `_be` in `aarch64_be`) is
*not*.

Unfortunately at the moment nixpkgs' parsed `cpuType` has no way to
query for the three subparts (name, pointer-width, and
subarch/endianness), nor any way to ask for just the first two parts.

For now, this commit simply fixes the problem in the two cases that
matter: `mips64el` and `powerpc64le`, which I believe are the only two
platforms supported by both rust and nixpkgs which have a
"subarchitecture".
2022-08-22 02:27:06 -07:00
06kellyjacandzowoq 14fa34e9ad trivy: fix on darwin 2022-08-22 19:24:36 +10:00
Janne Heß 8f8b184c45 perlPackages: Clarify free licenses 2022-08-22 11:22:24 +02:00
Janne Heß e6b89a5a52 perlPackages: Clarify all unfree licenses 2022-08-22 11:16:50 +02:00
Sebastian Neubauer 7211942067 amdvlk: 2022.Q2.2 -> 2022.Q3.3 2022-08-22 11:05:44 +02:00
Fabian Affolter ba6cf1cc5d python310Packages.diff-cover: update check section 2022-08-22 11:05:32 +02:00
R. Ryantm 92f22ae0b4 cubiomes-viewer: 2.2.2 -> 2.3.3 2022-08-22 08:49:02 +00:00
Janne Heß 42928915a9 perlPackages: Add descriptions to all packages 2022-08-22 10:48:29 +02:00
Jacek GalowiczandGitHub eaf476b608 Merge pull request #187080 from snpschaaf/add-mkdocs-swagger-ui-tag
python3Packages.mkdocs-swagger-ui-tag: init at 0.4.0
2022-08-22 10:33:42 +02:00
Fabian AffolterandGitHub 51208082fb Merge pull request #187780 from r-ryantm/auto-update/python310Packages.dunamai
python310Packages.dunamai: 1.12.0 -> 1.13.0
2022-08-22 10:30:41 +02:00
Janne Heß 59356f11c1 perlPackages: Ensure all packages have a license 2022-08-22 10:28:38 +02:00
Jonas HeinrichandGitHub f7a1c1896f Merge pull request #183463 from r-ryantm/auto-update/leatherman
leatherman: 1.12.7 -> 1.12.8
2022-08-22 10:03:36 +02:00
Vladimír Čunát 4d9bdff825 knot-dns: 3.1.9 -> 3.2.0
This version brings various XDP-related features and improvements
(namely QUIC and TCP) and many more:
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.0
2022-08-22 09:38:43 +02:00
Jonas HeinrichandGitHub 8076608205 Merge pull request #183433 from r-ryantm/auto-update/kitsas
kitsas: 3.1.1 -> 3.2.1
2022-08-22 09:30:11 +02:00
R. Ryantm 921d7b7a78 python310Packages.textdistance: 4.3.0 -> 4.4.0 2022-08-22 07:00:54 +00:00
Jonas HeinrichandGitHub 54060e8169 Merge pull request #183412 from r-ryantm/auto-update/kdigger
kdigger: 1.2.1 -> 1.3.0
2022-08-22 08:59:37 +02:00
Vladimír Čunát d59b78dd9b gnome3.gnome-books: meta.broken = true
Shortly discussed on:
https://github.com/NixOS/nixpkgs/pull/186941#issuecomment-1221601016
2022-08-22 08:57:08 +02:00
Jonas HeinrichandGitHub 947266b25e Merge pull request #183408 from r-ryantm/auto-update/kamid
kamid: 0.1 -> 0.2
2022-08-22 08:56:02 +02:00
Jonas HeinrichandGitHub cf85d668e1 Merge pull request #183401 from r-ryantm/auto-update/json2hcl
json2hcl: 0.0.7 -> 0.1.1
2022-08-22 08:54:31 +02:00
Jonas HeinrichandGitHub 06ef51146d Merge pull request #183391 from phryneas/bump-replay
replay-io: 20220516 -> 20220726
2022-08-22 08:51:18 +02:00
Jonas HeinrichandGitHub 1b817995bf Merge pull request #183548 from r-ryantm/auto-update/moonlight-qt
moonlight-qt: 4.0.0 -> 4.1.0
2022-08-22 08:46:53 +02:00
Christian KöglerandGitHub 3baa20d2ef Merge pull request #183628 from r-ryantm/auto-update/flex-ncat
flex-ncat: 0.1-20211223.0 -> 0.1-20220505.0
2022-08-22 08:41:41 +02:00
Christian KöglerandGitHub 0762b8d32c Merge pull request #183402 from r-ryantm/auto-update/juju
juju: 2.9.31 -> 2.9.33
2022-08-22 08:40:50 +02:00
Vladimír Čunát e9d5d4d7dc python3Packages.exchangelib: patch tests after tzdata update 2022-08-22 08:40:37 +02:00
Jonas HeinrichandGitHub e90805c2b1 Merge pull request #183530 from r-ryantm/auto-update/mdbook-admonish
mdbook-admonish: 1.6.0 -> 1.7.0
2022-08-22 08:39:56 +02:00
Julian StecklinaandJulian Stecklina 4688d3efc8 coreboot: fix buildgcc patching
This seems to have been a copy'n'paste mistake. `$out` doesn't exist
at this point.
2022-08-22 08:38:27 +02:00
Christian KöglerandGitHub a34b571f6f Merge pull request #184155 from r-ryantm/auto-update/yubikey-touch-detector
yubikey-touch-detector: 1.9.3 -> 1.10.0
2022-08-22 08:36:23 +02:00
Christian KöglerandGitHub d9f89c3be9 Merge pull request #183784 from r-ryantm/auto-update/qpdf
qpdf: 10.6.2 -> 10.6.3
2022-08-22 08:35:57 +02:00
Christian KöglerandGitHub 6907ff6a40 Merge pull request #187452 from r-ryantm/auto-update/instaloader
instaloader: 4.9.2 -> 4.9.3
2022-08-22 08:33:31 +02:00
Christian KöglerandGitHub 1a4a5ba35c Merge pull request #187609 from r-ryantm/auto-update/p4c
p4c: 1.2.2.1 -> 1.2.3.0
2022-08-22 08:31:46 +02:00
Jonas HeinrichandGitHub e30ca2b1ee Merge pull request #183527 from r-ryantm/auto-update/mani
mani: 0.12.2 -> 0.21.0
2022-08-22 08:29:27 +02:00
Jonas HeinrichandGitHub 17fb5c02a6 Merge pull request #183533 from r-ryantm/auto-update/microserver
microserver: 0.2.0 -> 0.2.1
2022-08-22 08:23:33 +02:00
Jonas HeinrichandGitHub 8064944624 Merge pull request #183538 from r-ryantm/auto-update/mkp224o
mkp224o: 1.5.0 -> 1.6.1
2022-08-22 08:16:43 +02:00
R. Ryantm 7a5a66b387 aliyun-cli: 3.0.124 -> 3.0.125 2022-08-22 06:15:21 +00:00
Christian KöglerandGitHub 0d1d3890e5 Merge pull request #187648 from r-ryantm/auto-update/mongo-tools
mongodb-tools: 100.5.4 -> 100.6.0
2022-08-22 08:04:43 +02:00
github-actions[bot]andGitHub cfee9e0b42 Merge master into staging-next 2022-08-22 06:02:32 +00:00
Elis HirwingandGitHub 036673df93 Merge pull request #187662 from r-ryantm/auto-update/php-composer
php80Packages.composer: 2.4.0 -> 2.4.1
2022-08-22 07:40:57 +02:00
Elis HirwingandGitHub c16d72a5ec Merge pull request #187664 from r-ryantm/auto-update/php-php-cs-fixer
php80Packages.php-cs-fixer: 3.9.5 -> 3.10.0
2022-08-22 07:40:40 +02:00
R. RyantmandPeter Hoeg b655b6161e freetds: 1.3.9 -> 1.3.13 2022-08-22 13:08:36 +08:00
R. RyantmandJonathan Ringer 5342f0baea python310Packages.jedi-language-server: 0.36.1 -> 0.37.0 2022-08-21 21:40:05 -07:00