Commit graph

386989 commits

Author SHA1 Message Date
github-actions[bot] 77c2221e14
Merge master into staging-next 2022-06-21 18:01:09 +00:00
Kerstin 0105d57371
Merge pull request #178464 from kilianar/signal-cli
signal-cli: 0.10.2 -> 0.10.8
2022-06-21 18:47:23 +02:00
Kerstin e3cf58aeaf
Merge pull request #178375 from dotlambda/ghostwriter-2.1.4
ghostwriter: 2.1.3 -> 2.1.4
2022-06-21 18:44:37 +02:00
Pascal Wittmann e2709efa1c
Merge pull request #178443 from prusnak/eclipse-plugins
eclipse.plugins: fix dead upstream urls
2022-06-21 18:19:26 +02:00
kilianar 2e9bdb6140 signal-cli: 0.10.2 -> 0.10.8
- [Release on GitHub](https://github.com/AsamK/signal-cli/releases/tag/v0.10.8)
- [Compare changes on GitHub](https://github.com/AsamK/signal-cli/compare/v0.10.2...v0.10.8)
2022-06-21 18:08:04 +02:00
Bernardo Meurer d427d9c8e4
Merge pull request #178046 from ncfavier/networkd-default-improvements
nixos/networkd: default DHCP network improvements
2022-06-21 12:07:16 -04:00
Thiago Kenji Okada 22f87e002c
Merge pull request #178421 from kilianar/tdesktop
tdesktop: 3.7.3 -> 4.0.0
2022-06-21 17:01:07 +01:00
Sandro 58070dad02
Merge pull request #177884 from NickCao/hydra-bump
hydra_unstable: 2022-05-03 -> 2022-06-16
2022-06-21 18:00:00 +02:00
Sandro de55aed2ed
Merge pull request #177669 from AtilaSaraiva/hpccm 2022-06-21 17:55:58 +02:00
Sandro d31b5b10c7
Merge pull request #178370 from trofi/fix-fno-common-for-vscode-extensions.ms-python.python
vscode-extensions.ms-python.python: pull upstream fix for -fno-common…
2022-06-21 17:55:04 +02:00
Sandro abc73a5baa
Merge pull request #178373 from trofi/workaround-fno-common-for-ocaml-ng.ocamlPackages_4_05.lablgtk
ocaml-ng.ocamlPackages_4_05.lablgtk: add -fcommon workaround
2022-06-21 17:54:40 +02:00
Sandro c02875d0ca
Merge pull request #178270 from cpcloud/fix-ibis-framework-duckdb-engine
python3Packages.ibis-framework: patch pyproject.toml to get tests working
2022-06-21 17:50:02 +02:00
Bobby Rong 606619c010
Merge pull request #178391 from r-ryantm/auto-update/boundary
boundary: 0.8.1 -> 0.9.0
2022-06-21 23:46:48 +08:00
Bobby Rong 4af6cb96b2
Merge pull request #176447 from devusb/add-aws-sso-cli
aws-sso-cli: init at 1.9.2
2022-06-21 23:41:42 +08:00
Bernardo Meurer 15520154e2
Merge pull request #178355 from lovesegfault/tabnine-4.4.40
tabnine: 4.0.60 -> 4.4.40
2022-06-21 11:16:02 -04:00
Naïm Favier 1be4019591
maintainers: update ncfavier's keys 2022-06-21 17:15:05 +02:00
Naïm Favier e1c1fdd8c2
nixos/networkd: add IPv6PrivacyExtensions=kernel for default networks
Maybe this could go in `genericNetwork`, but I don't know if it makes
sense for bridges, bonds etc. and I don't want to break anything.
2022-06-21 17:12:01 +02:00
Naïm Favier f8a83b4260
nixos/networkd: make default networks RequiredForOnline when possible
When `systemd.network.wait-online.anyInterface` is enabled,
`RequiredForOnline` really means "sufficient for online", so enable it.
2022-06-21 17:12:01 +02:00
Bernardo Meurer e7f161a3e8
Merge pull request #177438 from justinas/ffmpeg-opencl
ffmpeg-full: add opencl
2022-06-21 11:04:16 -04:00
Bernardo Meurer fe9c921bad
Merge pull request #178283 from justinas/ffmpeg-nvdec
ffmpeg-full: add NVDEC support
2022-06-21 11:03:25 -04:00
Bernardo Meurer 2ddd1e920d tabnine: 4.0.60 -> 4.4.40 2022-06-21 11:02:23 -04:00
ajs124 8f1e2e36b3
Merge pull request #175825 from polarmutex/beancount-update
beancount: 2.3.4 -> 2.3.5
2022-06-21 16:36:47 +02:00
ajs124 a9d31c7fa5
Merge pull request #178083 from dotlambda/warp-0.2.0
warp: 0.1.2 -> 0.2.0
2022-06-21 16:31:31 +02:00
Fabian Affolter d520e52aa3
Merge pull request #178437 from r-ryantm/auto-update/python310Packages.datashader
python310Packages.datashader: 0.14.0 -> 0.14.1
2022-06-21 16:10:55 +02:00
Fabian Affolter 806a815b7e
Merge pull request #178240 from r-ryantm/auto-update/python310Packages.django-debug-toolbar
python310Packages.django-debug-toolbar: 3.2.4 -> 3.4
2022-06-21 16:09:30 +02:00
Ivv 8168651288
Merge pull request #178446 from zimbatm/dotnet-nugetdeps
buildDotnetModule: allow passing derivations to nugetDeps
2022-06-21 16:00:48 +02:00
Ivv 3d82b8d13b
Merge pull request #178004 from mdarocha/omnisharp-dotnet-module
omnisharp-roslyn: use buildDotnetModules
2022-06-21 15:55:51 +02:00
zimbatm ba2f31b6db
buildDotnetModule: allow passing derivations to nugetDeps
Sometimes I want to pass a different implementation of `mkNugetDeps`.
For example in private repos, it can be handy to use `__noChroot = true`
and bypass the deps.nix generation altogether. Or some Nuget packages
ship with ELF binaries that need to be patched, and that's best done as
soon as possible.
2022-06-21 15:45:52 +02:00
Pavol Rusnak a40cc0e399
eclipse.plugins.bytecode-outline: 2.5.0.201711011753-5a57fdf -> 1.0.1.202006062100
fix dead upstream urls, replace with new upstream

plugin has lower version because the versioning has been
restarted when the plugin namespace was changed from de.loskutov.BytecodeOutline
to org.eclipse.jdt.bcoview
2022-06-21 15:25:15 +02:00
Pavol Rusnak 1367f89a73
eclipse.plugins.anyedittools: 2.7.1.201709201439 -> 2.7.2.202006062100
fix dead upstream urls, replace with new upstream
2022-06-21 15:23:41 +02:00
Bobby Rong d6cc5370a2
Merge pull request #176846 from r-ryantm/auto-update/networkmanagerapplet
networkmanagerapplet: 1.26.0 -> 1.28.0
2022-06-21 21:06:23 +08:00
Bobby Rong b346d2dabd
Merge pull request #176170 from r-ryantm/auto-update/bikeshed
bikeshed: 3.5.2 -> 3.7.0
2022-06-21 20:57:10 +08:00
Bobby Rong ad67dba950
Merge pull request #175497 from rhoriguchi/fancy-motd
fancy-motd: unstable-2021-07-15 -> unstable-2022-06-06
2022-06-21 20:52:11 +08:00
Bobby Rong 9725b37466
Merge pull request #175504 from rhoriguchi/pkgs.tautulli
tautulli: 2.9.5 -> 2.10.1
2022-06-21 20:46:54 +08:00
R. Ryantm 6b5f16d2f3 python310Packages.datashader: 0.14.0 -> 0.14.1 2022-06-21 12:43:44 +00:00
adisbladis 02c180b646
Merge pull request #176324 from meebey/meebey/meebey-patch-1
doc/builders/images/dockertools: improve shadowSetup example
2022-06-21 20:24:20 +08:00
github-actions[bot] d8747e5044
Merge master into staging-next 2022-06-21 12:01:19 +00:00
Robert Hensing e2c261f2c0
Merge pull request #176146 from pennae/module-docs-markdown
treewide: markdown option docs
2022-06-21 13:16:02 +02:00
R. Ryantm a72d7811be gnome.aisleriot: 3.22.23 -> 3.22.24 2022-06-21 12:31:58 +02:00
mdarocha 5b7f8d2e43 buildDotnetModule: use src-only in fetch-deps script 2022-06-21 12:13:39 +02:00
mdarocha fb94bb0b20 src-only: pass all arguments
This allows executing postPatch and other hooks correctly
2022-06-21 12:13:38 +02:00
mdarocha 465d355e5b omnisharp-dotnet: use buildDotnetModule 2022-06-21 12:13:38 +02:00
mdarocha c277bd86a5 make-nuget-deps: support an url field in fetchNuGet
If a package source defines an url field, use it instead of the
url based on package name and version, which assumes nuget.org as
a package source.
2022-06-21 12:13:37 +02:00
mdarocha 2f07f578b2 nuget-to-nix: support custom package sources
If the package was not restored from nuget.org (determinted by checking
the "source" field of ".nupkg.metadata"), query the custom source for
the package endpoint (the way nuget api is built we can't determine it
without an API query) and build a custom package URL to save in the
generated deps file.
2022-06-21 12:13:34 +02:00
Sandro b404c4ae49
Merge pull request #178316 from andresilva/ledger-live-2.43.1
ledger-live-desktop: 2.42.0 -> 2.43.1
2022-06-21 11:52:00 +02:00
Sandro 31c35da60f
Merge pull request #178412 from Flakebi/typos
typos: 1.5.0 -> 1.10.1
2022-06-21 11:50:16 +02:00
kilianar 3ff0d89af3 tdesktop: 3.7.3 -> 4.0.0
Updated with `update.py`.

- [Release notes](https://github.com/telegramdesktop/tdesktop/releases/tag/v4.0.0)
- [Commits](https://github.com/telegramdesktop/tdesktop/compare/v3.7.3...v4.0.0)
2022-06-21 11:43:45 +02:00
Fabian Affolter c0c56c33bc
Merge pull request #178407 from r-ryantm/auto-update/python3.10-breathe
python310Packages.breathe: 4.33.1 -> 4.34.0
2022-06-21 11:43:01 +02:00
Sandro fddee3d3a9
Merge pull request #178418 from fabaff/gitleaks-bump
gitleaks: 8.8.7 -> 8.8.8
2022-06-21 11:42:43 +02:00
Sandro 09dd6b5ee1
Merge pull request #178363 from fgaz/pokete/0.7.3
pokete: 0.7.2 -> 0.7.3
2022-06-21 11:42:34 +02:00