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
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
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