3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

360658 commits

Author SHA1 Message Date
Fabian Affolter 9bae3795dd python3Packages.boschshcpy: 0.2.29 -> 0.2.30 2022-03-11 11:35:58 +01:00
Fabian Affolter 02e9c8b424 checkov: 2.0.931 -> 2.0.936 2022-03-11 11:26:45 +01:00
Naïm Favier 9c2266c031
lib.types.package: only call toDerivation when necessary
The current logic assumes that everything that isn't a derivation is a
store path, but it can also be something that's *coercible* to a store
path, like a flake input.

Unnecessary uses of `lib.toDerivation` result in errors in pure evaluation
mode when `builtins.storePath` is disabled.

Also document what a `package` is.
2022-03-11 11:26:34 +01:00
Bobby Rong 8a56a49cc7
Merge pull request #162411 from kurnevsky/tox-node-service-fix
tox-node: fix config hash and url
2022-03-11 18:09:35 +08:00
R. Ryantm 01f101a913 yamlfix: 0.8.0 -> 0.8.2 2022-03-11 10:09:31 +00:00
Fabian Affolter f17264e285
Merge pull request #163620 from fabaff/bump-yara
yara: 4.2.0-rc1 -> 4.2.0
2022-03-11 10:45:25 +01:00
Fabian Affolter bd413acc1b
Merge pull request #163647 from r-ryantm/auto-update/python3.10-bsdiff4
python310Packages.bsdiff4: 1.2.1 -> 1.2.2
2022-03-11 10:43:58 +01:00
Fabian Affolter be58d0e27c
Merge pull request #163655 from fabaff/bump-yara-python
python3Packages.yara-python: 4.1.3 -> 4.2.0
2022-03-11 10:43:14 +01:00
Profpatsch 75b08e3624 modules/github-runner: Improve description of url
We spent a whole afternoon debugging this, because upstream has very
bad software quality and the error messages were incredibly
misleading.

So let’s document it for the sanity of other people.

Btw, I think the implementation of our module is pretty brittle,
especially the part about diffing tokens to check whether they
changed. We should rather just request a new builder registration
every time, it’s not that much overhead, and always set `replace` so
it is idempotent.
2022-03-11 10:26:39 +01:00
markuskowa 8cb0de0d60
Merge pull request #163611 from r-ryantm/auto-update/scalapack
scalapack: 2.2.0 -> 2.2.1
2022-03-11 10:26:16 +01:00
Sergei Trofimovich 7f1c4975fc re2: 2021-11-01 -> 2022-02-01
While at it disabled parallel tests until the fix is merged upstream.
2022-03-11 09:21:53 +00:00
Nick Cao e3e487390d
mokutil: init at 0.5.0 (#163434) 2022-03-11 17:18:33 +08:00
Fabian Affolter ce02ac2c70
Merge pull request #163361 from gwpantazes/update-sonar-scanner-cli
sonar-scanner-cli: 4.5.0.2216 -> 4.7.0.2747
2022-03-11 10:14:12 +01:00
Fabian Affolter 7cb333a45e
python3Packages.bsdiff4: add pythonImportsCheck 2022-03-11 10:06:33 +01:00
Fabian Affolter cd93dca294
python3Packages.yara-python: disable on older Python releases 2022-03-11 10:02:40 +01:00
Fabian Affolter 8b761016b7 python3Packages.yara-python: 4.1.3 -> 4.2.0 2022-03-11 09:51:51 +01:00
Sebastian Zivota 9a75b8d585 kakoune.cr: init at unstable-2021-11-12
Co-authored-by: Sebastian Zivota <sebastian.zivota@mailbox.org>
2022-03-11 16:51:04 +08:00
Sergei Trofimovich 223997454d pkgsLLVM.mc: explicitly set PERL= variable
Otherwise build fails as:
    mc-x86_64-unknown-linux-gnu> bash: ../../../src/man2hlp/man2hlp: /usr/bin/perl: bad interpreter: No such file or directory
2022-03-11 08:37:08 +00:00
Fabian Affolter ebccb9862f
Merge pull request #163372 from IvarWithoutBones/bump/ftxui
ftxui: unstable-2021-08-13 -> 2.0.0
2022-03-11 09:18:46 +01:00
Fabian Affolter 5a0cda8d0b
Merge pull request #163435 from r-ryantm/auto-update/python3.10-neo
python310Packages.neo: 0.10.1 -> 0.10.2
2022-03-11 09:14:17 +01:00
Fabian Affolter e82d40502b
Merge pull request #163447 from r-ryantm/auto-update/python3.10-traitsui
python310Packages.traitsui: 7.2.1 -> 7.3.0
2022-03-11 09:14:07 +01:00
Fabian Affolter 46dbafa3c0
Merge pull request #163520 from r-ryantm/auto-update/python3.9-downloader-cli
python39Packages.downloader-cli: 0.3.2 -> 0.3.3
2022-03-11 09:13:58 +01:00
Fabian Affolter 667041a35c
Merge pull request #163605 from r-ryantm/auto-update/python3.10-BTrees
python310Packages.BTrees: 4.9.2 -> 4.10.0
2022-03-11 08:47:01 +01:00
Fabian Affolter d2bec45276
Merge pull request #163618 from fabaff/bump-mqttui
mqttui: 0.15.0 -> 0.16.0
2022-03-11 08:46:27 +01:00
Fabian Affolter 81e5afb618
Merge pull request #163621 from fabaff/bump-sendgrid
python3Packages.sendgrid: 6.9.6 -> 6.9.7
2022-03-11 08:45:21 +01:00
Robert Helgesson cc984aff2f unifont: 14.0.01 -> 14.0.02 2022-03-11 08:43:38 +01:00
R. Ryantm 52ea9d622a unrar: 6.1.5 -> 6.1.6 2022-03-11 07:03:54 +00:00
R. Ryantm 42597db91c linode-cli: 5.17.1 -> 5.17.2 2022-03-11 07:01:15 +00:00
Ben Siraphob 267148d196
Merge pull request #163542 from sandro-fugro/add-darwin-support-obsidian 2022-03-10 21:59:01 -08:00
TredwellGit 92dce804e3 linux-firmware: 20220209 -> 20220310 2022-03-11 05:56:40 +00:00
Ryan Mulligan 26adc1f8a1
Merge pull request #163592 from r-ryantm/auto-update/python3.10-glean_parser
python310Packages.glean-parser: 5.0.1 -> 5.1.0
2022-03-10 21:36:57 -08:00
R. Ryantm a8ef434534 python310Packages.bsdiff4: 1.2.1 -> 1.2.2 2022-03-11 05:18:19 +00:00
Franz Pletz b77a575dc8
Merge pull request #163513 from ReplayCoding/fix/iwd-doc-output 2022-03-11 05:20:31 +01:00
Franz Pletz e152a16250
Merge pull request #163596 from fgaz/nheko/0.9.2 2022-03-11 05:18:43 +01:00
Franz Pletz f80d9b2ed7
Merge pull request #163626 from adisbladis/zfs-2_1_3 2022-03-11 05:17:30 +01:00
Sandro Stikić f3a676cb1d obsidian: add x86_64-darwin/aarch64-darwin support 2022-03-11 12:10:14 +08:00
Sandro Stikić 93f7a50d02 maintainers/maintainers-list.nix: add opeik 2022-03-11 12:09:58 +08:00
Peter Hoeg bbd64cbe3c puddletag: 2.0.1 -> 2.1.1 2022-03-11 11:33:40 +08:00
Peter Hoeg 060355b3b5 pythonPackages.chromaprint: init at 0.5.0 2022-03-11 11:33:40 +08:00
Silvan Mosberger 61019e394c
Merge pull request #163597 from hercules-ci/types-optionType-only-merge-when-necessary
lib.types.optionType: Only merge when necessary
2022-03-11 04:20:55 +01:00
Alex Martens d844a61cc4 probe-run: 0.3.1 -> 0.3.2 2022-03-10 19:08:14 -08:00
Ryan Mulligan cb9136f1ad
Merge pull request #163557 from r-ryantm/auto-update/deep-translator
deep-translator: 1.7.0 -> 1.8.0
2022-03-10 19:04:16 -08:00
R. Ryantm f05d6edd9b tachyon: 0.99b6 -> 0.99.3 2022-03-11 02:29:02 +00:00
pennae af0f3944bd
Merge pull request #163009 from scvalex/nbd-service
nbd: add nbd service and test
2022-03-11 01:02:10 +00:00
nixpkgs-upkeep-bot 2a6d639705 vscode: 1.65.1 -> 1.65.2 2022-03-11 00:12:56 +00:00
Ben Siraphob e9545762b0
Merge pull request #163604 from r-ryantm/auto-update/sfeed
sfeed: 1.2 -> 1.3
2022-03-10 15:41:01 -08:00
Artturi 2aec8ab333
Merge pull request #163218 from r-ryantm/auto-update/vintagestory
vintagestory: 1.16.3 -> 1.16.4
2022-03-11 01:29:12 +02:00
adisbladis ac74ab0236 zfs: Remove top-level with from expression
Using `with` in such a high up scope makes it very easy to
accidentally forget to update function arguments and introduce typos
because of the lack of any editor support and static analysis.

It's better to explicitly inherit the small number of things we need
from `lib` into scope so that editors can know of scoped variables.
2022-03-11 11:25:19 +12:00
Fabian Affolter 141bb29343
Merge pull request #163057 from r-ryantm/auto-update/python3.10-cloudsmith-api
python310Packages.cloudsmith-api: 1.30.0 -> 1.33.7
2022-03-11 00:06:03 +01:00
Van Tuan Vo 02fd7dcb29
fluidd: 1.16.2 -> 1.17.1 2022-03-10 23:59:05 +01:00