Commit Graph

606 Commits

Author SHA1 Message Date
Savyasachee Jha
11a96562ba privatebin: init at 1.7.4 2024-09-29 23:02:12 +05:30
Martin Weinelt
a9fcd06f2f
pretix: 2024.8.0 -> 2024.9.0
https://pretix.eu/about/en/blog/20240927-release-2024-9/
https://github.com/pretix/pretix/compare/refs/tags/v2024.8.0...v2024.9.0
2024-09-27 14:27:12 +02:00
Weijia Wang
868d634b05
proto: 0.40.4 -> 0.41.1 (#342534) 2024-09-27 00:09:21 +02:00
nixpkgs-merge-bot[bot]
dbe02d0300
pragtical: 3.4.4 -> 3.5.0 (#343149) 2024-09-25 09:16:12 +00:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Anderson Torres
62030f7bdd previewqt: adopt and modernize
- finalAttrs
- strictDeps
2024-09-22 12:09:34 -03:00
R. Ryantm
1bef943736 prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0 2024-09-20 18:23:44 +00:00
R. Ryantm
5fc5215870 pragtical: 3.4.4 -> 3.5.0 2024-09-20 00:19:25 +00:00
Weijia Wang
bcee243290
aligator: init at 0.8.0 (#342751) 2024-09-19 22:42:41 +02:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Guilhem Saurel
4908d90b1a proxsuite-nlp: outputs out first 2024-09-19 01:14:44 +02:00
Guilhem Saurel
d69eafbf48 proxsuite-nlp: 0.7.1 -> 0.8.0
Diff: https://github.com/Simple-Robotics/proxsuite-nlp/compare/v0.7.1...v0.8.0

Changelog: https://github.com/Simple-Robotics/proxsuite-nlp/blob/v0.8.0/CHANGELOG.md
2024-09-19 01:14:33 +02:00
R. Ryantm
8e503074d2 prometheus-frr-exporter: 1.3.0 -> 1.3.1 2024-09-18 11:22:05 +00:00
Felix Schröter
eec332b15d
protoc-gen-connect-es: 1.4.0 -> 1.5.0 (#342239) 2024-09-17 17:01:47 +00:00
nicoo
45b95421fd
lib.fetchers: add hash-normalization helpers (#342072) 2024-09-17 14:59:43 +00:00
Guilhem Saurel
f56b1eff0a proxsuite: set platforms 2024-09-17 15:44:53 +02:00
Guilhem Saurel
f49ed4e558 proxsuite: python import check 2024-09-17 15:44:43 +02:00
Guilhem Saurel
d33c80812d proxsuite: fix doc 2024-09-17 15:44:33 +02:00
Guilhem Saurel
3cb8663422 proxsuite: 0.6.6 -> 0.6.7
Diff: https://github.com/simple-robotics/proxsuite/compare/v0.6.6...v0.6.7
2024-09-17 15:42:54 +02:00
R. Ryantm
a35b73baee proto: 0.40.4 -> 0.41.1 2024-09-17 12:51:13 +00:00
nicoo
b19ba3fa51 protoc-gen-js: sha256hash 2024-09-17 06:34:08 +00:00
R. Ryantm
01c2deb27b protoc-gen-connect-es: 1.4.0 -> 1.5.0 2024-09-16 08:39:27 +00:00
Peder Bergebakken Sundt
c1fd2d5e9c
prometheus-elasticsearch-exporter: init at 1.7.0 (#341475) 2024-09-16 01:54:55 +02:00
Aleksana
0465a01b69
pkgs/by-name: rewrite hashes in SRI format (#341924) 2024-09-15 19:56:06 +08:00
Aleksana
2312563178
proxsuite-nlp: init at 0.7.1 (#340476) 2024-09-15 17:26:09 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Elliot Cameron
4491e4b44c prometheus-elasticsearch-exporter: init at 1.7.0 2024-09-12 22:21:29 -04:00
Guilhem Saurel
9b16fe5f70 proxsuite-nlp: init at 0.7.1
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-09-12 11:06:59 +02:00
Weijia Wang
eaed34e248
pragtical: 3.4.2 -> 3.4.4 (#341050) 2024-09-11 23:36:02 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
TomaSajt
a8050d0d13
pragtical: 3.4.2 -> 3.4.4 2024-09-10 18:35:19 +02:00
R. Ryantm
a09c9e044b proton-ge-bin: GE-Proton9-12 -> GE-Proton9-13 2024-09-10 10:41:44 +00:00
Felix Schröter
7fa0c16b94
protoc-gen-es: fix missing node_modules directories (#339841) 2024-09-09 14:17:55 +00:00
R. Ryantm
36a7341ac1 prometheus-frr-exporter: 1.2.0 -> 1.3.0 2024-09-07 13:40:19 +00:00
R. Ryantm
8bb80191a8 proto: 0.40.2 -> 0.40.4 2024-09-06 10:33:03 +00:00
Felix Schröter
f6f4fc200d
protoc-gen-es: fix missing node_modules directories
This workaround won't be needed anymore once #333759 is merged, which
fixes the node_modules copying behavior in npm-install-hooks.
2024-09-05 18:19:58 +02:00
Johannes Jöns
35efd345b1
proton-ge-bin: GE-Proton9-11 -> GE-Proton9-12 (#338922) 2024-09-04 20:11:00 +00:00
Wael Nasreddine
e68d683175
prow: unstable-2020-04-01 -> 0-unstable-2024-08-27 (#338144) 2024-09-04 09:25:46 -07:00
Melody Renata
eccdf319d7
proton-ge-bin: GE-Proton9-11 -> GE-Proton9-12 2024-09-01 22:05:27 -04:00
Sefa Eyeoglu
697d24d5de
prismlauncher: use top level X11 packages
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:13:32 +02:00
Sefa Eyeoglu
2a5017a555
prismlauncher: deprecate withWaylandGLFW option
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:12:49 +02:00
Sebastián Mancilla
38f95a4452
proto: 0.38.3 -> 0.40.2 (#335537) 2024-08-31 00:11:47 -04:00
Yt
4dd3c85ad5
{prisma,prisma-engines}: 5.16.1 -> 5.18.0 (#337521) 2024-08-31 00:15:53 +00:00
Simon Žlender
dcbcaee4cf prisma: init at 5.18.0 2024-08-30 21:12:54 +02:00
Robert Schütz
2206f617d5 pretix: unpin django-phonenumber-field 2024-08-29 22:21:02 -07:00
Robert Schütz
f968e04430 pretix: use phonenumberslite and psycopg2-binary 2024-08-29 22:17:01 -07:00
Martin Weinelt
fab2e0a071
pretix.plugins.zugferd: 2.2.0 -> 2.2.1
https://github.com/pretix/pretix-zugferd/compare/v2.2.0...v2.2.1
2024-08-29 14:12:24 +02:00
Martin Weinelt
132814bc5a
pretix: 2024.7.1 -> 2024.8.0
https://pretix.eu/about/en/blog/20240828-release-2024-8/
https://github.com/pretix/pretix/compare/refs/tags/v2024.7.1...v2024.8.0
2024-08-29 14:12:16 +02:00
Paul Meyer
13419f0876 prow: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-29 11:25:08 +02:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
Sandro Jäckel
d50e23f0a4
glxinfo: replace with mesa-demos 2024-08-28 14:38:12 +02:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
Felix Schröter
2fc89ef2b4
protoc-gen-tonic: 0.4.0 -> 0.4.1, protoc-gen-prost: 0.3.1 -> 0.4.0, protoc-gen-prost-serde: 0.3.0 -> 0.3.1, protoc-gen-prost-crate: 0.4.0 -> 0.4.1 (#336979) 2024-08-27 16:31:43 +00:00
Martin Weinelt
220bfd1a19
pretix: 2024.7.0 -> 2024.7.1
https://github.com/pretix/pretix/compare/refs/tags/v2024.7.0...v2024.7.1

Fixes: CVE-2024-8113
2024-08-27 02:19:25 +02:00
Felix Bühler
f24eb58765
prox: 0.5.2 -> 1.1.0 (#263866) 2024-08-26 21:41:50 +02:00
Karun Sandhu
cd7e49a209
proton-pass: 1.22.0 -> 1.22.1 2024-08-25 22:56:23 +02:00
R. Ryantm
ebc848be18 proto: 0.38.3 -> 0.40.2 2024-08-25 05:48:34 +00:00
Johannes Klein
0d43dbd331 protoc-gen-tonic: 0.4.0 -> 0.4.1 2024-08-24 10:20:54 +02:00
Johannes Klein
0e2d5f77c9 protoc-gen-prost-crate: 0.4.0 -> 0.4.1 2024-08-24 10:20:15 +02:00
Johannes Klein
dfb86ea11c protoc-gen-prost-serde: 0.3.0 -> 0.3.1 2024-08-24 10:13:20 +02:00
Johannes Klein
32bbbc41a7 protoc-gen-prost: 0.3.1 -> 0.4.0 2024-08-24 10:12:00 +02:00
jopejoe1
53f550bbfd protonmail-bridge-gui: use cmakeFlags instead of preConfigure
also remove CMAKE_BUILD_TYPE from cmakeFlags
2024-08-23 19:06:14 +02:00
Basti
e5c918d31b
Merge pull request #335761 from luftmensch-luftmensch/proton-pass_1.22.0
proton-pass: 1.20.2 -> 1.22.0
2024-08-22 08:33:50 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
OPNA2608
29058a4be2 process-cpp: nixfmt 2024-08-19 11:57:56 +02:00
OPNA2608
b2306ddcb8 process-cpp: 3.0.1-unstable-2024-03-14 -> 3.0.2 2024-08-19 11:57:12 +02:00
luftmensch-luftmensch
d6058c6de4
proton-pass: 1.20.2 -> 1.22.0 2024-08-19 10:39:29 +02:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
R. Ryantm
79ac882a83 prometheus-restic-exporter: 1.5.0 -> 1.6.0 2024-08-16 14:50:18 +00:00
Sebastian Sellmeier
0e6a8e8072
protonmail-desktop: Small consitency change of the update-script using universal build for darwin 2024-08-14 20:17:15 +02:00
Guilhem Saurel
c07ae91b46 proxsuite: disable a failing test on aarch64-linux 2024-08-13 21:24:53 +02:00
Pol Dellaiera
ee05f2d5c9
Merge pull request #334029 from r-ryantm/auto-update/pragtical
pragtical: 3.4.1 -> 3.4.2
2024-08-12 07:38:21 +02:00
Pol Dellaiera
7b5c72c07e
Merge pull request #334056 from r-ryantm/auto-update/protonmail-desktop
protonmail-desktop: 1.0.5 -> 1.0.6
2024-08-12 07:34:10 +02:00
Jörg Thalheim
3d56db607d
Merge pull request #333611 from r-ryantm/auto-update/protoc-gen-es
protoc-gen-es: 1.10.0 -> 2.0.0
2024-08-12 08:24:25 +03:00
R. Ryantm
1a1c8d5ac7 protonmail-desktop: 1.0.5 -> 1.0.6 2024-08-12 04:05:48 +00:00
R. Ryantm
93a75fa93c pragtical: 3.4.1 -> 3.4.2 2024-08-12 01:43:51 +00:00
Peder Bergebakken Sundt
f7f9bcb31b
Merge pull request #330394 from getchoo/pkgs/prismlauncher/openal
prismlauncher: support all openal binary backends
2024-08-11 23:10:33 +02:00
R. Ryantm
effee014bb protoc-gen-es: 1.10.0 -> 2.0.0 2024-08-10 05:38:37 +00:00
seth
ae25abbadf
prismlauncher: support all openal binary backends
Previously we only included `libpulseaudio` in the wrapper, which
limited the binary version of OpenAL provided by the launcher from using
it's other backends. This also better documents what dependencies are
for what part of lwjgl

Fixes https://github.com/NixOS/nixpkgs/issues/330154
2024-08-09 21:04:30 -04:00
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