Fabian Affolter
408a336667
pretix: relax kombu
2024-08-09 22:29:44 +02:00
Martin Weinelt
2146326272
pretalx: 2024.2.0 -> 2024.2.1
...
https://docs.pretalx.org/en/latest/changelog.html
2024-08-09 13:27:24 +02:00
Guilhem Saurel
8b807a89ff
proxsuite: init at 0.6.6
2024-08-08 00:26:44 +02:00
R. Ryantm
86a0d7e08e
prrte: 3.0.5 -> 3.0.6
2024-08-07 13:56:57 +00:00
Doron Behar
9d67f432e2
Merge pull request #327438 from doronbehar/pkg/openmpi
...
openmpi: 4.1.6 -> 5.0.3
2024-08-07 06:13:56 +00:00
Martin Weinelt
a622c107de
pretalx: add missing django[argon2] extra
...
Breaks the login flow, since passwords will be migrated to argon2, but
the dependency is missing.
2024-08-07 01:39:05 +02:00
Martin Weinelt
a2bfc940e7
Merge pull request #332813 from mweinelt/pretix-banktool
...
pretix-banktool: init at 1.0.0
2024-08-06 23:15:08 +02:00
Martin Weinelt
a30d7bea2c
pretix-banktool: init at 1.0.0
...
Import bank transaction from FinTS into Pretix.
2024-08-06 23:10:56 +02:00
Martin Weinelt
00013f5001
pretalx.plugins.youtube: 2.1.0 -> 2.2.0
...
https://github.com/pretalx/pretalx-youtube/compare/v2.1.0...v2.2.0
2024-08-06 19:54:07 +02:00
Martin Weinelt
61d7da10e2
pretalx.plugins.vimeo: 2.2.0 -> 2.3.0
...
https://github.com/pretalx/pretalx-vimeo/compare/v2.2.0...v2.3.0
2024-08-06 19:54:06 +02:00
Martin Weinelt
dff5dd7d72
pretalx.plugins.venueless: 1.3.0 -> 1.4.0
...
https://github.com/pretalx/pretalx-venueless/compare/v1.3.0...v1.4.0
2024-08-06 19:54:05 +02:00
Martin Weinelt
89e3ce7b75
pretalx.plugins.public-voting: 1.5.0 -> 1.6.0
...
https://github.com/pretalx/pretalx-public-voting/compare/v1.5.0...v1.6.0
2024-08-06 19:54:05 +02:00
Martin Weinelt
d17feedef7
pretalx.plugins.pages: 1.4.0 -> 1.5.0
...
https://github.com/pretalx/pretalx-pages/compare/v1.4.0...v1.5.0
2024-08-06 19:54:04 +02:00
Martin Weinelt
d2b7130a8e
pretalx.plugins.media-ccc-de: 1.2.1 -> 1.3.0
...
https://github.com/pretalx/pretalx-media-ccc-de/compare/v1.2.1...v1.3.0
2024-08-06 19:54:04 +02:00
Martin Weinelt
950ae73b83
pretalx.plugins.downstream: 1.2.0 -> 1.3.0
...
https://github.com/pretalx/pretalx-downstream/compare/v1.2.0...v1.3.0
2024-08-06 19:54:03 +02:00
Martin Weinelt
45b32e82bd
pretalx: 2024.1.0 -> 2024.2.0
...
https://docs.pretalx.org/changelog/#v2024-2-0
2024-08-06 19:54:02 +02:00
Markus Kowalewski
b0d8554f3c
prrte: init at 3.0.3
...
Co-authored-by: Markus Kowalewski <markus.kowalewski@gmail.com>
2024-08-06 19:53:59 +03:00
Thiago Kenji Okada
fbbc4544b2
Merge pull request #331815 from museoa/upload-primesieve
...
{primesieve, primecount}: updates
2024-08-06 07:18:31 +01:00
Martin Weinelt
8ee3bf512b
pretix.plugins.zugferd: regenerate locale files
2024-08-05 17:23:31 +02:00
Martin Weinelt
081415aedf
pretix: pin bleach at 5.0.1
...
Otherwise we run into TypeErrors on at least the pages plugin.
2024-08-05 17:22:56 +02:00
Martin Weinelt
4f2d012633
Merge pull request #332063 from fabaff/whitenoise-bump
...
python312Packages.whitenoise: 6.6.0 -> 6.7.0
2024-08-05 12:30:46 +02:00
Fabian Affolter
4f52beaa9e
pretalx: relax whitenoise
2024-08-05 08:54:59 +02:00
Aleksana
9c3a77bbd1
Merge pull request #328703 from r-ryantm/auto-update/proto
...
proto: 0.38.0 -> 0.38.3
2024-08-04 19:39:32 +08:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Anderson Torres
2977a6a5b1
primesieve: 12.3 -> 12.4
2024-08-02 13:36:26 -03:00
Anderson Torres
e300b2ba66
primecount: 7.13 -> 7.14
2024-08-02 13:36:26 -03:00
Anderson Torres
0cbd10a948
primesieve: remove extra maintainers AndersonTorres and abbradar
...
Because abbradar is retired.
2024-08-02 13:36:26 -03:00
Anderson Torres
7e62438a95
primecount: updateScript + tests
2024-08-02 12:45:17 -03:00
Anderson Torres
edaa1e6b49
primecount: nixfmt-rfc-style
2024-08-02 12:45:17 -03:00
Anderson Torres
b43d984e04
primesieve: updateScript
2024-08-02 12:45:17 -03:00
Anderson Torres
42168aba0d
primesieve: nixfmt-rfc-style
2024-08-02 12:45:17 -03:00
Matthias Beyer
2607166ffd
Merge pull request #331448 from r-ryantm/auto-update/progress-tracker
...
progress-tracker: 1.5.2 -> 1.6
2024-08-01 13:14:39 +02:00
R. Ryantm
f4160d171d
progress-tracker: 1.5.2 -> 1.6
2024-08-01 04:03:42 +00:00
Martin Weinelt
83d3dd1c4a
pretix.plugins.zugferd: init at 2.2.0
...
Annotate pretix' invoices with ZUGFeRD data
2024-08-01 05:22:38 +02:00
Martin Weinelt
63f15b89de
pretix: 2024.6.0 -> 2024.7.0
...
https://pretix.eu/about/en/blog/20240726-release-2024-7/
2024-08-01 04:37:20 +02:00
Gaétan Lepage
6f2cc8828a
Merge pull request #330868 from GaetanLepage/presenterm
...
presenterm: 0.7.0 -> 0.8.0
2024-07-31 14:58:33 +02:00
Gaetan Lepage
67cb415b86
presenterm: 0.7.0 -> 0.8.0
...
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.7.0...v0.8.0
Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.8.0
2024-07-31 08:25:25 +02:00
Sandro Jäckel
a8fb07ff79
pretix: relax django-compressor dep
2024-07-30 20:16:17 +02:00
Sandro
0b9df4ba09
Merge pull request #330731 from Shawn8901/update_proton
...
proton-ge-bin: GE-Proton9-10 -> GE-Proton9-11
2024-07-29 13:42:05 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sandro
37feaa1823
Merge pull request #326961 from mattpolzin/init-protoc-gen-elixir
2024-07-29 01:27:10 +02:00
Shawn8901
d93419d837
proton-ge-bin: GE-Proton9-10 -> GE-Proton9-11
2024-07-28 22:57:27 +02:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Nick Cao
cc993611c7
Merge pull request #330185 from r-ryantm/auto-update/proton-pass
...
proton-pass: 1.20.1 -> 1.20.2
2024-07-27 10:30:41 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
R. Ryantm
3ce8623b06
proton-pass: 1.20.1 -> 1.20.2
2024-07-26 14:15:22 +00:00
Aleksana
b656537bb5
Merge pull request #328886 from jukremer/fix-prettier-plugin-go-template
...
prettier-plugin-go-template: fix package declaration
2024-07-26 22:14:31 +08:00
Jan Kremer
1a5b97dc82
prettier-plugin-go-template: fix package declaration
2024-07-26 13:52:35 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Peder Bergebakken Sundt
da468028bc
Merge pull request #326577 from arikgrahl/move-to-by-name-hierarchy
...
grafterm, konf, octosql, promql: move to by-name hierarchy
2024-07-26 00:21:24 +02:00
Peder Bergebakken Sundt
2fe5c85fab
Merge pull request #327110 from fabaff/prowler-bump
...
prowler: 3.15.0 -> 3.16.11
2024-07-26 00:01:16 +02:00
github-actions[bot]
f20ed12f93
Merge master into staging-next
2024-07-25 12:01:18 +00:00
rewine
62a20c2a9c
Merge pull request #329066 from eclairevoyant/previewqt
...
previewqt: init at 3.0
2024-07-25 19:25:34 +08:00
éclairevoyant
d1877bdca4
previewqt: init at 3.0
2024-07-24 12:02:01 -04:00
Sebastian Sellmeier
dffdc50d99
protonmail-desktop: nixfmt (rfc-style)
2024-07-24 17:22:23 +02:00
Sebastian Sellmeier
b745525fea
protonmail-desktop: 1.0.4 -> 1.0.5
...
Includes refactoring for update-script
2024-07-24 17:22:23 +02:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
Martin Weinelt
142ac6a97b
pretix: relax pypdf constraint
2024-07-23 21:41:56 +02:00
Mathew Polzin
dbdea8f80a
protoc-gen-elixir: init at 0.12.0
2024-07-23 07:29:59 -05:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
R. Ryantm
1ff77ae5ac
proto: 0.38.0 -> 0.38.3
2024-07-20 17:15:17 +00:00
seth
3279998207
protonplus: 0.4.10 -> 0.4.13
...
0.14.13 was tagged the same day as 0.4.11, and only includes fixes for
appstream data. It seems 0.14.12 was skipped? 🤷
Changelog: https://github.com/Vysp3r/ProtonPlus/releases/tag/v0.4.11
Diff: https://github.com/Vysp3r/ProtonPlus/compare/v0.4.10...v0.4.13
2024-07-18 15:48:48 -04:00
Randy Eckenrode
2f07b9556b
Merge pull request #328077 from reckenrode/cctools-darwin-aliases
...
tree-wide: use top-level cctools
2024-07-18 08:54:54 -04:00
github-actions[bot]
844ec2d5a1
Merge staging-next into staging
2024-07-18 12:01:55 +00:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/uvcclient/default.nix
- pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Sandro
f7617f4753
Merge pull request #326566 from SuperSandro2000/maven-nox
2024-07-18 11:14:06 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Jan Kremer
eaa59831a1
prettier-plugin-go-template: add package ( #325309 )
...
* prettier-plugin-go-template: add package
* prettier-plugin-go-template: fix package
* prettier-plugin-go-template: add mainProgram
* Update pkgs/by-name/pr/prettier-plugin-go-template/package.nix
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
---------
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-07-17 23:11:45 +02:00
Artturin
20cf80e167
Merge branch 'staging-next' into staging
2024-07-17 21:29:37 +03:00
Sandro
1607a42b49
Merge pull request #290452 from flandweber/borgmatic-exporter
...
borgmatic-exporter: init at 0.2.5
2024-07-17 19:08:28 +02:00
Weijia Wang
fac9b9064c
Merge pull request #327242 from r-ryantm/auto-update/progress-tracker
...
progress-tracker: 1.5.1 -> 1.5.2
2024-07-17 14:51:24 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
R. Ryantm
5b68c6533d
prox: 0.5.2 -> 1.1.0
2024-07-16 11:07:52 +00:00
Finn Landweber
69f015e4f4
prometheus-borgmatic-exporter: init at 0.2.5
2024-07-16 12:15:46 +02:00
Sandro Jäckel
3901bffc53
protege: stop overwriting maven
2024-07-15 15:13:20 +02:00
Aleksana
6ad9edd932
Merge pull request #327054 from r-ryantm/auto-update/proton-pass
...
proton-pass: 1.19.2 -> 1.20.1
2024-07-15 15:02:29 +08:00
R. Ryantm
99e919bf6b
progress-tracker: 1.5.1 -> 1.5.2
2024-07-15 01:35:50 +00:00
github-actions[bot]
31817540ee
Merge staging-next into staging
2024-07-14 18:01:37 +00:00
Nick Cao
d3f2fd5e96
Merge pull request #327113 from r-ryantm/auto-update/prometheus-node-exporter
...
prometheus-node-exporter: 1.8.1 -> 1.8.2
2024-07-14 11:20:19 -04:00
Fabian Affolter
837238af9d
prowler: 3.15.0 -> 3.16.11
...
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/3.16.11
2024-07-14 15:44:20 +02:00
R. Ryantm
7c60d383fe
prometheus-node-exporter: 1.8.1 -> 1.8.2
2024-07-14 13:43:54 +00:00
superherointj
3ea1ee73d0
prowler: fix build
2024-07-14 08:21:24 -03:00
R. Ryantm
564dd254b6
proton-pass: 1.19.2 -> 1.20.1
2024-07-14 07:57:48 +00:00
Jan Tojnar
1275c3f884
Merge branch 'staging-next' into staging
2024-07-12 21:36:23 +02:00
Arik Grahl
c8b473aa97
grafterm, konf, octosql, promql: move to by-name hierarchy
2024-07-12 16:54:33 +02:00
github-actions[bot]
64d386c889
Merge staging-next into staging
2024-07-12 06:02:12 +00:00
Maciej Krüger
486d8c4a35
prometheus-node-exporter: move to by-name
...
This change was primarly made to get rid of the inherit (darwin... hack,
to make vendoring old versions of the exporter easier
Co-authored-by: nicoo <nicoo@mur.at>
2024-07-12 03:19:13 +02:00
Nick Cao
d19a1a499a
Merge pull request #325501 from r-ryantm/auto-update/pragtical
...
pragtical: 3.4.0 -> 3.4.1
2024-07-11 20:09:45 -04:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Aleksana
250ad58c1d
Merge pull request #324099 from Guanran928/progress-tracker
...
progress-tracker: init at 1.5.1
2024-07-09 23:54:15 +08:00
Franz Pletz
a4156805d7
Merge pull request #325432 from r-ryantm/auto-update/proto
...
proto: 0.37.2 -> 0.38.0
2024-07-09 17:00:38 +02:00
Franz Pletz
0bb91e5c46
Merge pull request #325362 from Shawn8901/update_proton
...
proton-ge-bin: GE-Proton9-9 -> GE-Proton9-10
2024-07-09 15:48:05 +02:00
Pol Dellaiera
ed24a0baf3
Merge pull request #317107 from ibizaman/deluge_exporter_init
...
prometheus-deluge-exporter: init at 2.4.0-unstable-2024-06-02
2024-07-08 20:09:50 +02:00
R. Ryantm
cd3596aa70
pragtical: 3.4.0 -> 3.4.1
2024-07-08 10:18:42 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging
2024-07-08 10:43:15 +02:00
R. Ryantm
7fd5211f29
proto: 0.37.2 -> 0.38.0
2024-07-08 05:52:48 +00:00
Shawn8901
243288f601
proton-ge-bin: GE-Proton9-9 -> GE-Proton9-10
2024-07-08 00:24:53 +02:00
Shawn8901
24e472c6dc
proton-ge-bin: format with nixfmt-rfc-style
2024-07-08 00:22:41 +02:00
Weijia Wang
85a13515a5
Merge pull request #325075 from NotAShelf/prettierd-cleanup
...
prettierd: move to by-name; nixfmt-rfc-style
2024-07-06 22:58:21 +02:00
NotAShelf
b7442e8770
prettierd: move to by-name; nixfmt-rfc-style
2024-07-06 19:51:21 +03:00
Martin Weinelt
4c849ba5a9
pretalx: return to python 3.12
2024-07-06 15:32:17 +02:00
Martin Weinelt
b737fcb8c4
pretalx: pin to python3.11, relax publicsuffixlist
...
The dependency chain of pretalx uses fastdiff, which depends on wasmer,
neither of which is ready for Python 3.12.
2024-07-06 14:59:42 +02:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next
2024-07-04 18:01:19 +00:00
R. Ryantm
54d7cb54f6
proton-pass: 1.18.0 -> 1.19.2
2024-07-04 04:33:18 +00:00
Guanran Wang
88e90072b0
progress-tracker: init at 1.5.1
2024-07-03 15:51:49 +08:00
github-actions[bot]
78cea2a152
Merge staging-next into staging
2024-07-03 00:04:34 +00:00
github-actions[bot]
d77a3adc09
Merge master into staging-next
2024-07-03 00:02:45 +00:00
Weijia Wang
ad43964cde
Merge pull request #322132 from r-ryantm/auto-update/prometheus-jmx-javaagent
...
prometheus-jmx-javaagent: 0.20.0 -> 1.0.1
2024-07-02 23:19:52 +02:00
Weijia Wang
7b0ae6744e
Merge pull request #322308 from r-ryantm/auto-update/prometheus-squid-exporter
...
prometheus-squid-exporter: 1.11.0 -> 1.12.0
2024-07-02 22:51:35 +02:00
github-actions[bot]
d5bca87877
Merge staging-next into staging
2024-07-02 06:01:38 +00:00
K900
665f1d6183
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 08:32:46 +03:00
Weijia Wang
6b251b07d2
Merge pull request #323660 from Shawn8901/update_proton
...
proton-ge-bin: GE-Proton9-7 -> GE-Proton9-9
2024-07-01 23:42:38 +02:00
Martin Weinelt
0b9530c7ca
pretalx: relax django-compressor constraint
2024-07-01 20:46:49 +02:00
Martin Weinelt
32617d2b82
pretix: 2024.5.0 -> 2024.6.0
...
https://github.com/pretix/pretix/compare/refs/tags/v2024.5.0...v2024.6.0
2024-07-01 20:46:49 +02:00
github-actions[bot]
cf53d1b2a1
Merge staging-next into staging
2024-07-01 18:01:44 +00:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
R. Ryantm
fac990b323
proto: 0.37.1 -> 0.37.2
2024-07-01 02:52:52 +00:00
Someone
c5a1cae1f1
Merge pull request #275241 from Scrumplex/treewide/use-addDriverRunpath
...
addOpenGLRunpath: deprecate
2024-07-01 01:09:05 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Shawn8901
2970ef41ee
proton-ge-bin: GE-Proton9-7 -> GE-Proton9-9
2024-06-30 22:46:14 +02:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Matthias Beyer
589990d3d7
Merge pull request #322433 from r-ryantm/auto-update/pragtical
...
pragtical: 3.3.1 -> 3.4.0
2024-06-30 17:30:05 +02:00
Aaron Jheng
c001e39948
protoc-gen-rust: 3.2.0 -> 3.5.0
2024-06-30 15:20:20 +08:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Atemu
6d7edd377d
Merge pull request #321851 from getchoo/pkgs/prismlauncher/8.4
...
prismlauncher: 8.3 -> 8.4; refactor
2024-06-28 01:47:41 +02:00
Matteo Pacini
5dd893e2aa
protonmail-desktop: darwin support, add maintainer
2024-06-27 21:08:07 +01:00
Basti
c21516821c
Merge pull request #322434 from r-ryantm/auto-update/protonmail-desktop
...
protonmail-desktop: 1.0.3 -> 1.0.4
2024-06-27 19:53:20 +00:00
R. Ryantm
83df76b099
proton-pass: 1.17.5 -> 1.18.0
2024-06-26 12:26:25 +00:00
R. Ryantm
081d3f6988
protonmail-desktop: 1.0.3 -> 1.0.4
2024-06-25 14:54:35 +00:00
R. Ryantm
198c1984e8
pragtical: 3.3.1 -> 3.4.0
2024-06-25 14:54:28 +00:00
R. Ryantm
c38211a508
prometheus-squid-exporter: 1.11.0 -> 1.12.0
2024-06-25 01:42:29 +00:00
github-actions[bot]
42ca786b66
Merge master into staging-next
2024-06-24 18:00:57 +00:00
Pol Dellaiera
b20ba10e4c
Merge pull request #321761 from felschr/protoc-gen-prost
...
protoc-gen-tonic: 0.3.0 -> 0.4.0, protoc-gen-prost: 0.2.3 -> 0.3.1, protoc-gen-prost-serde: 0.2.3 -> 0.3.0, protoc-gen-prost-crate: 0.3.1 -> 0.4.0
2024-06-24 16:34:22 +02:00
Felix Schröter
69f70080a5
protoc-gen-tonic: 0.3.0 -> 0.4.0
2024-06-24 14:23:20 +02:00
Felix Schröter
f7de4e293f
protoc-gen-prost-crate: 0.3.1 -> 0.4.0
2024-06-24 14:23:20 +02:00
Felix Schröter
c86d8aa179
protoc-gen-prost-serde: 0.2.3 -> 0.3.0
2024-06-24 14:23:19 +02:00
Felix Schröter
fb4c3b791d
protoc-gen-prost: 0.2.3 -> 0.3.1
2024-06-24 14:23:19 +02:00
Martin Weinelt
153fa063ee
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/eigenpy/default.nix
2024-06-24 14:07:50 +02:00
Pol Dellaiera
35ee941b0a
Merge pull request #243432 from felschr/protoc-gen-connect-es
...
protoc-gen-es: init at 1.10.0, protoc-gen-connect-es: init at 1.4.0
2024-06-24 14:02:59 +02:00
R. Ryantm
f4da6dfc43
prometheus-jmx-javaagent: 0.20.0 -> 1.0.1
2024-06-24 08:27:58 +00:00
seth
94ad1c37a8
prismlauncher: use lib.cmakeFeature
2024-06-23 14:46:14 -04:00
seth
3b2969b1a5
prismlauncher: improve assertions
...
controllerSupport and textToSpeechSupport have no effect outside of
linux and have no reason to be set; both of these work out of the box on
darwin without any intervention from us
2024-06-23 14:43:38 -04:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Weijia Wang
4bfc9be0d4
Merge pull request #321672 from r-ryantm/auto-update/proto
...
proto: 0.36.2 -> 0.37.1
2024-06-23 14:15:08 +02:00
Felix Schröter
974b5eb2d5
protoc-gen-connect-es: init at 1.4.0
2024-06-23 12:38:44 +02:00
Felix Schröter
3bb58a1ea6
protoc-gen-es: init at 1.10.0
2024-06-23 12:38:44 +02:00