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