Alexey Orlenko
0e806d6537
prisma: 5.18.0 -> 5.21.0
2024-10-15 19:39:27 +02:00
Vladimír Čunát
8810e738c8
GNOME: 46 → 47 ( #333911 )
2024-10-15 18:07:04 +02:00
Fabian Affolter
a339f4631c
prowler: 3.16.11 -> 4.3.7
...
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/4.3.7
2024-10-14 15:31:41 +02:00
Bobby Rong
74be63f96b
prevo-tools: Fix build with glib 2.82
...
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4016
2024-10-14 20:54:19 +08:00
github-actions[bot]
b9f01e6de3
Merge staging-next into staging
2024-10-14 12:06:08 +00:00
Martin Weinelt
03b1da7bad
pretix: add patch for fakeredis 0.25.x compat
2024-10-13 11:09:57 +02:00
Viorel-Cătălin Răpițeanu
7b203d49d3
proton-pass: 1.23.0 -> 1.23.1
...
Update to the latest version.
2024-10-12 21:43:00 +03:00
Pol Dellaiera
53a4cad006
protonplus: 0.4.13 -> 0.4.20 ( #347060 )
2024-10-09 21:14:03 +02:00
R. Ryantm
9dbe1eb542
protonplus: 0.4.13 -> 0.4.20
2024-10-07 10:41:06 +00:00
Thiago Kenji Okada
2977943aeb
treewide: move packages maintained by aaronjheng to by-name ( #346765 )
2024-10-07 07:38:59 +01:00
Aaron Jheng
b85511ca3c
treewide: move packages maintained by aaronjheng to by-name
2024-10-07 01:15:33 +00:00
Gaetan Lepage
7ceac112f8
presenterm: 0.8.0 -> 0.9.0
...
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.8.0...v0.9.0
Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.9.0
2024-10-06 23:49:54 +02:00
Gaetan Lepage
ed650ac46c
presenter: format
2024-10-06 23:49:54 +02:00
Sandro
31ad2ca80b
project-lemonlime: init at 0.3.5 ( #345422 )
2024-10-05 18:13:12 +02:00
R. Ryantm
481ef1c481
protols: 0.6.0 -> 0.6.2
2024-10-05 13:42:44 +00:00
Pol Dellaiera
2199b69a7a
nixos/privatebin: init module & privatebin: init at 1.7.4 ( #344014 )
2024-10-04 09:51:40 +02:00
Sigmanificient
9105b5bc78
project-lemonlime: init at 0.3.5
2024-10-04 07:54:49 +08:00
nixpkgs-merge-bot[bot]
73bed75dbd
proton-ge-bin: GE-Proton9-13 -> GE-Proton9-15 ( #345677 )
2024-10-03 23:40:58 +00:00
Nick Cao
9513feaf2f
proto: 0.41.1 -> 0.41.3 ( #346158 )
2024-10-03 16:15:29 -04:00
h7x4
eb49254f14
proton-pass: 1.22.1 -> 1.23.0 ( #345720 )
2024-10-03 17:12:13 +02:00
R. Ryantm
7d4cd3864d
proto: 0.41.1 -> 0.41.3
2024-10-03 12:32:48 +00:00
nartsisss
e58e08e7b4
protols: init at 0.6.0
2024-10-02 00:15:22 +03:00
luftmensch-luftmensch
7dc6b7b9dd
proton-pass: 1.22.1 -> 1.23.0
2024-10-01 17:51:49 +02:00
Savyasachee Jha
2a06cac30a
nixos/tests/privatebin: init
2024-10-01 17:12:42 +05:30
R. Ryantm
dcbd009313
proton-ge-bin: GE-Proton9-13 -> GE-Proton9-15
2024-10-01 09:55:40 +00:00
Fabian Affolter
c556a23491
prometheus-borgmatic-exporter: refactor
...
- relax prometheus-client
- add changelog to meta
2024-09-30 12:27:43 +02:00
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: sha256
→ hash
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