3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

385548 commits

Author SHA1 Message Date
R. Ryantm 5a0dfe81c4 appthreat-depscan: 2.1.3 -> 2.1.5 2022-06-15 00:21:31 +00:00
Ben Wolsieffer 882741f632 tests.buildRustCrate: add rcgen test
rcgen depends on ring, and therefore exercises support for static libraries
2022-06-14 20:09:33 -04:00
Ben Wolsieffer a6bbe3f794 buildRustCrate: pass link flags when building libraries
With Rust 1.61, it is necessary to link to external static/dynamic libaries
when building the rlib that uses them, rather than when linking the final
binary. In fact, it is no longer necessary to specify the libraries to link
when building the final binary, but the library search path flags must still
be included.
2022-06-14 20:09:33 -04:00
Robert Schütz 48480ea46a python310Packages.rapidfuzz: use Ninja 2022-06-15 00:07:43 +00:00
Robert Schütz e2d63b0e02 jarowinkler-cpp: 1.0.0 -> 1.0.1
https://github.com/maxbachmann/jarowinkler-cpp/releases/tag/v1.0.1
2022-06-15 00:07:43 +00:00
Robert Schütz 87aef5e856 rapidfuzz-cpp: 1.0.1 -> 1.0.2
https://github.com/maxbachmann/rapidfuzz-cpp/releases/tag/v1.0.2
2022-06-15 00:07:43 +00:00
Robert Schütz 01fb64af34 catch2_3: init at 3.0.1
Version 3 is not backwards compatible with version 2:
https://github.com/catchorg/Catch2/blob/v3.0.1/docs/migrate-v2-to-v3.md
2022-06-15 00:07:43 +00:00
Jonas Heinrich 1acbd5cc84 python310Packages.rpi-gpio: init at 0.7.1 2022-06-14 20:05:17 -04:00
Sandro 8f5ceec1d8
Merge pull request #177515 from SuperSandro2000/fly
fly: 7.7.1 -> 7.8.0, adopt
2022-06-15 01:33:28 +02:00
Sandro f600a0dfd8
Merge pull request #177331 from kenranunderscore/add-sil-q 2022-06-15 01:32:21 +02:00
Sandro f7251ca210
Merge pull request #168505 from brhoades/brhoades/ngrok-bump-v3
ngrok: 2.3.40 -> 3.0.4
2022-06-15 01:30:17 +02:00
Martin Weinelt 0b63d22aab
Merge pull request #173998 from mweinelt/cpython311 2022-06-15 01:28:11 +02:00
Niklas Hambüchen 0652ef9a64
Merge pull request #176903 from nh2/vaultwarden-service-better-example
nixos/vaultwarden: Make example more detailed.
2022-06-15 01:21:40 +02:00
Sandro 788d58aea6
Merge pull request #177408 from azahi/minica 2022-06-15 01:21:04 +02:00
Martin Weinelt a5c5302ddd
python311: 3.11.0b1 -> 3.11.0b3
https://www.python.org/downloads/release/python-3110b2/
https://pythoninsider.blogspot.com/2022/05/python-3110b2-is-now-available.html

With updated darwin-libutil.patch provided by Randy Eckenrode.

Co-Authored-By: Randy Eckenrode <randy@largeandhighquality.com>
2022-06-15 01:18:26 +02:00
zowoq 2ca29d0bee go: remove outdated patch 2022-06-15 08:50:32 +10:00
Azat Bahawi 4aae393064
minica: use buildGoModule 2022-06-15 01:37:38 +03:00
Martin Weinelt da18db1e73
Merge pull request #177688 from mweinelt/home-assistant 2022-06-15 00:23:16 +02:00
Robert Schütz 80118cbaf6
Merge pull request #177631 from helsinki-systems/upd/dovecot
dovecot: 2.3.19 -> 2.3.19.1
2022-06-14 22:09:12 +00:00
Martin Weinelt b1769606db
home-assistant: 2022.6.5 -> 2022.6.6
https://github.com/home-assistant/core/releases/tag/2022.6.6
2022-06-15 00:07:13 +02:00
Rick van Schijndel 51c50199af
Merge pull request #177513 from kilianar/asciinema-2.2.0
asciinema: 2.1.0 -> 2.2.0
2022-06-15 00:03:59 +02:00
Robert Schütz dae85d6fbc python310Packages.igraph: 0.9.10 -> 0.9.11
https://github.com/igraph/python-igraph/blob/0.9.11/CHANGELOG.md
2022-06-14 21:47:54 +00:00
Robert Hensing d9dccae07c nixos/doc: Hold off on NixOps 2 info until released 2022-06-14 23:23:41 +02:00
Robert Hensing 3c4a49f506 lib/modules: Throw earlier when module function does not return attrs
`m` must always be an attrset at this point. It is basically always
evaluated. This will make it throw when any of the attrs is accessed,
rather than just `config`. We assume that this will improve the error
message in more scenarios.
2022-06-14 23:23:41 +02:00
Francesco Gazzetta cc3fa0d787 ft2-clone: 1.54 -> 1.55 2022-06-14 23:04:22 +02:00
Robert Hensing dfd98a5da2 lib.deferredModule: Make it properly singular 2022-06-14 23:01:27 +02:00
Robert Hensing 19a069ab8b lib.types: Add deferredModuleWith 2022-06-14 23:01:27 +02:00
Robert Hensing 781c2e0789 lib.types.deferredModule: Allow path-typed module references 2022-06-14 23:01:26 +02:00
Robert Hensing a2c29561e7 lib.types.deferredModule: Improve reported location 2022-06-14 23:01:26 +02:00
Robert Hensing 38b7709a6f lib/test/modules.sh: Test deferredModule error location file 2022-06-14 23:01:26 +02:00
Robert Hensing 4746f6d03e lib.types: Add deferredModule 2022-06-14 23:01:23 +02:00
zowoq 20ac3479d4 conmon: 2.1.1 -> 2.1.2
https://github.com/containers/conmon/releases/tag/v2.1.2
2022-06-15 06:47:31 +10:00
Sandro 9ef09e0680
Merge pull request #176608 from azahi/kube-prompt
kube-prompt: use buildGoModule
2022-06-14 22:42:24 +02:00
Fabian Affolter 8fe35cdfe0 checkov: 2.0.1210 -> 2.0.1212 2022-06-14 22:34:44 +02:00
Sandro e601f3f799
Merge pull request #176564 from DarkOnion0/lens
lens: 5.3.4 -> 5.5.3
2022-06-14 22:32:31 +02:00
Sandro 7a2cbef177
Merge pull request #177402 from romildo/upd.vivaldi 2022-06-14 22:31:03 +02:00
Fabian Affolter 9e896caeb9
Merge pull request #177619 from r-ryantm/auto-update/python3.10-unifi-discovery
python310Packages.unifi-discovery: 1.1.3 -> 1.1.4
2022-06-14 22:30:52 +02:00
José Romildo Malaquias bf190d4945
mojave-gtk-theme: 2022-05-12 -> 2022-06-07 (#177337) 2022-06-14 22:30:39 +02:00
José Romildo Malaquias e84ce3a94a
matcha-gtk-theme: 2021-12-25 -> 2022-06-07 (#176703)
* matcha-gtk-theme: reformat nix expression

* matcha-gtk-theme: add update script

* matcha-gtk-theme: 2021-12-25 -> 2022-06-07
2022-06-14 22:30:18 +02:00
Sandro 500c75cdc3
Merge pull request #176719 from leungbk/kitty-update 2022-06-14 22:29:54 +02:00
Fabian Affolter 3cdd86e6a2
Merge pull request #177659 from r-ryantm/auto-update/python3.10-pyspcwebgw
python310Packages.pyspcwebgw: 0.5.0 -> 0.6.0
2022-06-14 22:29:33 +02:00
Sandro aa0ed785a2
Merge pull request #172166 from viraptor/update-rbspy
rbspy: 0.11.1 -> 0.12.1
2022-06-14 22:22:06 +02:00
Timothy DeHerrera e0b7c127da
Merge pull request #177445 from blaggacao/master
norouter: init at 0.6.4
2022-06-14 13:21:26 -07:00
Robert Schütz 6a88e9a344 python310Packages.pikepdf: 5.1.4 -> 5.1.5
https://github.com/pikepdf/pikepdf/blob/v5.1.5/docs/releasenotes/version5.rst
2022-06-14 19:46:51 +00:00
Samuel Ainsworth 9585acba1c
Merge pull request #177463 from samuela/samuela/wandb
python3Packages.wandb: 0.12.17 -> 0.12.18
2022-06-14 12:15:58 -07:00
Vladimír Čunát 7a99205619
Merge #162960: staging docs: explain that purple arrows are manual 2022-06-14 19:31:34 +02:00
DarkOnion0 c8099f552f
drawio: 19.0.2 -> 19.0.3 2022-06-14 18:38:38 +02:00
Robert Hensing 6616de389e
Merge pull request #177656 from hercules-ci/submodule-refactor
Submodule refactor
2022-06-14 17:46:58 +02:00
R. Ryantm 5d4e599688 python310Packages.pyspcwebgw: 0.5.0 -> 0.6.0 2022-06-14 15:37:39 +00:00
Robert Hensing 9dead5565a lib/types, lib/modules: Remove unused extensionOffset 2022-06-14 17:25:06 +02:00