2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-11 03:23:29 +00:00
Commit Graph

387217 Commits

Author SHA1 Message Date
Fabian Affolter
806a815b7e
Merge pull request 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
Fabian Affolter
97532e0587 python310Packages.aurorapy: 0.2.6 -> 0.2.7 2022-06-21 16:08:12 +02:00
Ivv
8168651288
Merge pull request from zimbatm/dotnet-nugetdeps
buildDotnetModule: allow passing derivations to nugetDeps
2022-06-21 16:00:48 +02:00
Olli Helenius
6863e6a229
dsq: 0.16.0 -> 0.20.1 2022-06-21 16:55:51 +03:00
Ivv
3d82b8d13b
Merge pull request 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
R. Ryantm
f822cc9113 python310Packages.duckdb-engine: 0.1.10 -> 0.1.11 2022-06-21 13:45:32 +00:00
Sandro Jäckel
e1b9c01d03
act: 0.2.26 -> 0.2.27 2022-06-21 15:37:59 +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 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 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 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 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
Michael Adler
ddea1ac91f broot: 1.13.1 -> 1.13.3 2022-06-21 14:26:23 +02:00
adisbladis
02c180b646
Merge pull request from meebey/meebey/meebey-patch-1
doc/builders/images/dockertools: improve shadowSetup example
2022-06-21 20:24:20 +08:00
kilianar
1863bc8786 vscode-extensions.vscodevim.vim: 1.21.5 -> 1.22.2
Update to latest upstream release 1.22.2.
2022-06-21 14:00:23 +02:00
kilianar
86a41a8ea2 papirus-icon-theme: 20220302 -> 20220606
- [Release on GitHub](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220606)
- [Compare changes on GitHub](20220302...20220606)
2022-06-21 13:43:09 +02:00
kilianar
7ae2073bfb vscode-extensions.james-yu.latex-workshop: 8.23.0 -> 8.27.2 2022-06-21 13:24:00 +02:00
Robert Hensing
e2c261f2c0
Merge pull request 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
Nicolas Benes
d19e78af5f onionshare-gui: add pysocks dependency 2022-06-21 12:14:14 +02:00
Nicolas Benes
65af162956 python3Packages.boost169: remove 2022-06-21 12:14:14 +02:00
Nicolas Benes
1730a1e637 shiboken2: unmark broken for Python 3.10 2022-06-21 12:14:13 +02:00
Nicolas Benes
baf4c35b88 pyside2: 5.15.2 -> 5.15.5 2022-06-21 12:14:13 +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
R. Ryantm
6c99b09ac1 python310Packages.azure-mgmt-eventgrid: 10.1.0 -> 10.2.0 2022-06-21 10:02:04 +00:00
Sandro
b404c4ae49
Merge pull request 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 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 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 from fabaff/gitleaks-bump
gitleaks: 8.8.7 -> 8.8.8
2022-06-21 11:42:43 +02:00
Sandro
09dd6b5ee1
Merge pull request from fgaz/pokete/0.7.3
pokete: 0.7.2 -> 0.7.3
2022-06-21 11:42:34 +02:00
Fabian Affolter
b7a7414b9d
Merge pull request from fabaff/tabula-py
python310Packages.tabula-py: init at 2.4.0
2022-06-21 11:42:05 +02:00
Sandro
0b40d83ef0
Merge pull request from LeSuisse/rekor-0.8.1
rekor-cli, rekor-server: 0.8.0 -> 0.8.1
2022-06-21 11:41:42 +02:00
Sandro Jäckel
55295e0fe9
yq-go: adopt 2022-06-21 11:39:53 +02:00
Fabian Affolter
bfc2e2bb96
Merge pull request from fabaff/jsubfinder
jsubfinder: init at unstable-2022-05-31
2022-06-21 11:38:53 +02:00
Fabian Affolter
5e1f618f8f
Merge pull request from fabaff/osv-detector
osv-detector: init at 0.6.0
2022-06-21 11:36:11 +02:00
Fabian Affolter
f07da0c6f8
Merge pull request from r-ryantm/auto-update/python310Packages.aocd
python310Packages.aocd: 1.1.1 -> 1.1.2
2022-06-21 11:35:47 +02:00
Fabian Affolter
ee2208269e
Merge pull request from r-ryantm/auto-update/python3.10-parts
python310Packages.parts: 1.3.0 -> 1.4.0
2022-06-21 11:34:46 +02:00
Fabian Affolter
718d3f1398 gitleaks: 8.8.7 -> 8.8.8 2022-06-21 11:23:57 +02:00
Djabx
43af76f449
kubectl: add kubectl-convert plugin () 2022-06-21 19:18:12 +10:00
R. Ryantm
cd35dc345a python310Packages.aocd: 1.1.1 -> 1.1.2 2022-06-21 09:07:42 +00:00
R. Ryantm
90597a88e8 python310Packages.ansible-core: 2.13.0 -> 2.13.1 2022-06-21 08:56:47 +00:00
Francesco Gazzetta
59c158c8fd pokete: 0.7.2 -> 0.7.3 2022-06-21 10:50:05 +02:00