h7x4
40085bbbd1
treewide: migrate packages maintained by ivankovnatsky to by-name ( #345512 )
2024-10-05 01:08:54 +02:00
Julien Malka
b406ff600b
stalwart-mail.webadmin: 0.1.13 -> 0.1.15 ( #344151 )
2024-10-04 23:59:10 +02:00
Ivan Kovnatsky
f3f69171dd
treewide: migrate packages maintained by ivankovnatsky to by-name
2024-10-04 16:31:04 +03:00
R. Ryantm
6e375ae583
stevenblack-blocklist: 3.14.112 -> 3.14.115
2024-10-02 17:34:39 +00:00
h7x4
238b5fb161
stu: 0.6.2 -> 0.6.3 ( #345120 )
2024-10-01 19:47:42 +02:00
h7x4
95b36061b2
stats: 2.11.7 -> 2.11.11 ( #343959 )
2024-09-30 23:07:52 +02:00
Robert Schütz
543781083a
treewide: replace passthru.optional-dependencies with optional-dependencies
2024-09-29 20:37:23 -07:00
R. Ryantm
cd42e582fb
stu: 0.6.2 -> 0.6.3
2024-09-28 15:05:24 +00:00
R. Ryantm
35fbcfdd6d
stackql: 0.5.740 -> 0.5.742
2024-09-27 08:44:40 +00:00
Weijia Wang
6d13a1fec1
stackql: 0.5.724 -> 0.5.740 ( #342197 )
2024-09-26 23:30:49 +02:00
R. Ryantm
c19b8537fb
stevenblack-blocklist: 3.14.107 -> 3.14.112
2024-09-26 13:22:50 +00:00
OTABI Tomoya
454fa2bc95
stirling-pdf: 0.28.3 -> 0.29.0 ( #341966 )
2024-09-25 12:04:56 +09: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
Alexander Sieg
3bd2e06a38
stalwart-mail.webadmin: 0.1.13 -> 0.1.15
2024-09-24 09:43:00 +02:00
DontEatOreo
cbb3d6d9b7
stats: 2.11.7 -> 2.11.11
...
Changelog: https://github.com/exelban/stats/releases/tag/v2.11.11
Diff: https://github.com/exelban/stats/compare/v2.11.7...v2.11.11
2024-09-23 16:18:12 +03:00
Weijia Wang
f8a6fd59dc
stylelint: move to by-name and modernize derivation ( #343730 )
2024-09-22 22:32:34 +02:00
Mutsuha Asada
7c84974f5b
stylelint: move to by-name
2024-09-22 23:18:40 +09:00
Alexander Sieg
c350420114
stalwart-mail: 0.9.4 -> 0.10.0
...
Diff: https://github.com/stalwartlabs/mail-server/compare/refs/tags/v0.9.4...v0.10.0
Changelog: https://github.com/stalwartlabs/mail-server/blob/0.10.0/CHANGELOG
2024-09-22 12:17:53 +02:00
RockWolf
c528c18094
stackit-cli: 0.15.0 -> 0.16.0
2024-09-20 13:15:31 +02:00
nixpkgs-merge-bot[bot]
e7ad02c83e
stu: 0.5.2 -> 0.6.2 ( #342566 )
2024-09-18 18:13:20 +00:00
R. Ryantm
c6fd5a670b
stu: 0.5.2 -> 0.6.2
2024-09-17 15:11:48 +00:00
R. Ryantm
b5116d5369
steampipe: 0.24.0 -> 0.24.2
2024-09-17 08:29:37 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
R. Ryantm
1982d0c8fa
stackql: 0.5.724 -> 0.5.740
2024-09-16 03:02:38 +00: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
R. Ryantm
4eea6262f4
stevenblack-blocklist: 3.14.104 -> 3.14.107
2024-09-15 06:07:33 +00:00
R. Ryantm
1e4c10ff42
stirling-pdf: 0.28.3 -> 0.29.0
2024-09-15 03:44:24 +00:00
R. Ryantm
c2eab9b5d0
step-cli: 0.27.2 -> 0.27.4
2024-09-14 02:56:20 +00:00
Robert Schütz
30db18d89d
streamdeck-ui: 4.1.2 -> 4.1.3 ( #340849 )
2024-09-12 14:34:15 -07:00
Daniel Albert
d6e2708f7f
stalwart-mail: 0.9.3 -> 0.9.4
2024-09-09 22:25:21 +02:00
Robert Schütz
acf24f6d38
streamdeck-ui: 4.1.2 -> 4.1.3
...
Diff: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/compare/v4.1.2...v4.1.3
Changelog: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/releases/tag/v4.1.3
2024-09-09 12:22:27 -07:00
nixpkgs-merge-bot[bot]
b4390ce847
steampipe: 0.23.5 -> 0.24.0 ( #339993 )
2024-09-08 18:38:20 +00:00
RockWolf
77136e1d5c
stackit-cli: 0.14.0 -> 0.15.0
2024-09-07 21:21:41 +02:00
Peder Bergebakken Sundt
bab343ba75
stackit-cli: 0.11.0 -> 0.14.0 ( #337531 )
2024-09-07 20:15:57 +02:00
R. Ryantm
f5cf41fb93
stu: 0.5.1 -> 0.5.2
2024-09-06 18:52:30 +00:00
R. Ryantm
63b411b4b4
steampipe: 0.23.5 -> 0.24.0
2024-09-06 06:05:05 +00:00
Jonas Heinrich
579b775ed8
stalwart-mail.webadmin: init at 0.1.13
2024-09-05 08:33:58 +02:00
Jonas Heinrich
880bd89c4d
nixos/stalwart-mail: package and configure webadmin
2024-09-05 08:33:58 +02:00
R. Ryantm
4c25c28706
stevenblack-blocklist: 3.14.100 -> 3.14.104
2024-09-04 18:46:41 +00:00
Bruno BELANYI
ab1d31b7c0
stirling-pdf: 0.26.1 -> 0.28.3, add updateScript ( #335873 )
2024-09-03 11:40:46 +01:00
Nick Cao
a5e26dc7aa
stats: 2.11.4 -> 2.11.7 ( #337932 )
2024-08-31 08:58:15 -04:00
Yt
94b0a1a7e8
stalwart-mail: only include foundationdb for linux builds ( #337162 )
2024-08-30 10:36:05 +00:00
Yt
e11df58049
stalwart-mail: 0.9.2 -> 0.9.3 ( #338246 )
2024-08-30 10:32:24 +00:00
RockWolf
393040a176
stackit-cli: 0.11.0 -> 0.14.0
2024-08-29 22:12:54 +02:00
R. Ryantm
2158b8b869
stalwart-mail: 0.9.2 -> 0.9.3
2024-08-29 18:48:04 +00:00
R. Ryantm
3e674f4264
stevenblack-blocklist: 3.14.96 -> 3.14.100
2024-08-29 10:32:03 +00:00
DontEatOreo
43e9e33891
stats: 2.11.4 -> 2.11.7
...
Changelog: https://github.com/exelban/stats/releases/tag/v2.11.7
Diff: https://github.com/exelban/stats/compare/v2.11.4...v2.11.7
2024-08-28 16:04:53 +03:00
Sandro
84c8d21c64
nixos/streamcontroller: init, streamcontroller: init at 1.5.0-beta.6-unstable-2024-08-13, pythonPackages.usb-monitor: init at 1.21 ( #335545 )
2024-08-28 11:38:05 +02:00
Ming-Chuan
d1d8d02bea
streamcontroller: init at 1.5.0-beta.6-unstable-2024-08-13
2024-08-28 11:28:28 +02:00
TomaSajt
290b0fa1f6
stirling-pdf: add updateScript
2024-08-25 11:02:48 +02:00