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
TomaSajt
6022147eef
stirling-pdf: 0.26.1 -> 0.28.3
2024-08-25 11:02:48 +02:00
techknowlogick
718a5333ef
stalwart-mail: only include foundationdb for linux builds
2024-08-25 02:22:09 -04:00
R. Ryantm
500316c521
steampipe: 0.23.3 -> 0.23.5
2024-08-24 22:45:23 +00:00
R. Ryantm
e7a096d273
stackql: 0.5.708 -> 0.5.724
2024-08-22 21:09:42 +00:00
Daniel Albert
87101c5548
stalwart-mail: 0.9.1 -> 0.9.2
2024-08-21 17:49:21 +02: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
Nick Cao
8dc6a073d2
Merge pull request #334974 from r-ryantm/auto-update/stevenblack-blocklist
...
stevenblack-blocklist: 3.14.95 -> 3.14.96
2024-08-18 09:52:34 -04:00
kirillrdy
046542e6d2
Merge pull request #333159 from r-ryantm/auto-update/stackql
...
stackql: 0.5.699 -> 0.5.708
2024-08-17 06:51:12 +10:00
R. Ryantm
892386df1f
stevenblack-blocklist: 3.14.95 -> 3.14.96
2024-08-16 00:05:23 +00:00
R. Ryantm
a06263ee66
stackit-cli: 0.10.0 -> 0.11.0
2024-08-15 19:30:21 +00:00
Jonas Heinrich
8fb565ee8e
stalwart-mail: disable new failing tests
2024-08-15 13:42:55 +02:00
Jonas Heinrich
fe371ad195
stalwart-mail: 0.9.0 -> 0.9.1
2024-08-15 13:42:54 +02:00
R. Ryantm
41a2441788
stevenblack-blocklist: 3.14.90 -> 3.14.95
2024-08-09 04:59:27 +00:00
R. Ryantm
f4035cfe58
stackql: 0.5.699 -> 0.5.708
2024-08-08 05:50:03 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
R. Ryantm
faca719dd9
steamguard-cli: 0.14.1 -> 0.14.2
2024-08-05 16:36:48 +00:00
Donovan Glover
8d04d99e7d
Merge pull request #331629 from DCsunset/step-cli-completion
...
step-cli: install shell completion
2024-08-04 05:51:52 +00:00
Julius Michaelis
6a9beaf893
treewide: skip generating shell completions using $out/bin/… when cross compiling
...
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:
postInstall = ''
installShellCompletion --cmd foo \
--bash <($out/bin/foo completion bash) \
…
This commit just guards those with
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)
splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Jonas Heinrich
31ec074974
Merge pull request #331781 from oddlama/update-stalwart
...
stalwart-mail: 0.8.5 -> 0.9.0
2024-08-03 10:18:17 +02:00
DCsunset
81343957e6
step-cli: install shell completion
2024-08-02 18:06:14 -04:00
R. Ryantm
a595265893
sttr: 0.2.22 -> 0.2.23
2024-08-02 17:20:26 +00:00
oddlama
58d7f08e1c
stalwart-mail: 0.8.5 -> 0.9.0
2024-08-02 15:06:03 +02:00
Peder Bergebakken Sundt
66b8919af9
Merge pull request #330047 from Sigmanificient/textx
...
python312Packages.textx: 3.0.0 -> 4.0.1
2024-08-02 12:35:35 +02:00
TomaSajt
db33d1e689
stirling-pdf: 0.25.1 -> 0.26.1
2024-08-02 03:26:50 +02:00
DCsunset
fc7a83f8b6
step-cli: format package.nix with nixfmt
2024-08-01 18:49:43 -04:00
R. Ryantm
a9a55f42d7
stackit-cli: 0.9.1 -> 0.10.0
2024-08-01 03:42:01 +00:00
Sigmanificient
5acc102755
strictdoc: relax dep for textx
2024-07-30 01:01:27 +02:00
Matthias Beyer
9636cd405a
Merge pull request #329241 from r-ryantm/auto-update/stu
...
stu: 0.5.0 -> 0.5.1
2024-07-29 08:41:45 +02:00
DontEatOreo
d650b71d7a
stats: 2.11.1 -> 2.11.4
...
Changelog: https://github.com/exelban/stats/releases/tag/v2.11.4
Diff: https://github.com/exelban/stats/compare/v2.11.4...v2.11.1
2024-07-28 15:21:30 +03:00
R. Ryantm
13239dca19
stevenblack-blocklist: 3.14.88 -> 3.14.90
2024-07-28 06:36:24 +00:00
Aleksana
1aeb5f2d26
Merge pull request #328726 from Sigmanificient/remove-unused-args-by-name
...
pkgs/by-name: remove unused arguments
2024-07-26 22:06:15 +08:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
R. Ryantm
68504d6f2f
stackql: 0.5.665 -> 0.5.699
2024-07-25 14:03:47 +00:00
isabel
b7028b345b
step-cli: fix hash missmatch
2024-07-23 10:40:23 +01:00
R. Ryantm
5362da9ab9
stu: 0.5.0 -> 0.5.1
2024-07-22 20:45:39 +00:00
Nick Cao
576e103247
Merge pull request #329088 from r-ryantm/auto-update/step-cli
...
step-cli: 0.27.1 -> 0.27.2
2024-07-22 16:30:22 -04:00
nixpkgs-merge-bot[bot]
49c04b7d6c
Merge pull request #329039 from r-ryantm/auto-update/steamguard-cli
...
steamguard-cli: 0.14.0 -> 0.14.1
2024-07-22 08:43:28 +00:00
R. Ryantm
f95383724b
step-cli: 0.27.1 -> 0.27.2
2024-07-22 07:22:14 +00:00
R. Ryantm
0d09fc7fa6
steamguard-cli: 0.14.0 -> 0.14.1
2024-07-22 01:22:41 +00:00
Artturin
a20062de9c
Merge pull request #328525 from DerRockWolf/update/stackit-cli
...
stackit-cli: 0.9.0 -> 0.9.1
2024-07-22 01:33:52 +03:00
Nick Cao
b836ee6ca3
Merge pull request #328533 from r-ryantm/auto-update/strictdoc
...
strictdoc: 0.0.57 -> 0.0.58
2024-07-20 14:05:54 -04:00
nixpkgs-merge-bot[bot]
d83a9c876c
Merge pull request #328541 from r-ryantm/auto-update/steampipe
...
steampipe: 0.23.2 -> 0.23.3
2024-07-20 08:33:40 +00:00
Yt
1efedf905d
Merge pull request #328450 from onny/stalwart-tests2
...
stalwart-mail: disable tests on aarch64
2024-07-20 00:25:10 +00:00
R. Ryantm
02df3302ed
steampipe: 0.23.2 -> 0.23.3
2024-07-19 22:55:59 +00:00
R. Ryantm
95c766ef16
strictdoc: 0.0.57 -> 0.0.58
2024-07-19 21:24:14 +00:00
RockWolf
edef5e6581
stackit-cli: 0.9.0 -> 0.9.1
2024-07-19 23:01:28 +02:00
Jonas Heinrich
aa80dd4fc0
stalwart-mail: disable tests on aarch64
2024-07-19 16:40:12 +02:00
R. Ryantm
3fc0614d00
stevenblack-blocklist: 3.14.87 -> 3.14.88
2024-07-18 03:48:20 +00:00
Masum Reza
3eaab195bc
Merge pull request #327148 from DontEatOreo/update-stats
...
stats: 2.10.19 -> 2.11.1
2024-07-15 22:05:05 +05:30
Marcus Ramberg
26247f7dae
Merge pull request #327252 from Frontear/update-stevenblack-blocklist
2024-07-15 15:17:21 +03:00
Ali Rizvi
eafccaac79
stevenblack-blocklist: 3.14.84 -> 3.14.87
2024-07-14 23:55:56 -04:00
Masum Reza
9618d931a6
Merge pull request #326642 from DerRockWolf/update/stackit-cli
...
stackit-cli: 0.8.1 -> 0.9.0
2024-07-15 09:25:22 +05:30
Atemu
476b450df8
Merge pull request #272380 from chayleaf/gradle2
...
gradle: add setup hook
2024-07-14 22:08:41 +02:00
DontEatOreo
7423c47d86
stats: 2.10.19 -> 2.11.1
...
Changelog: https://github.com/exelban/stats/releases/tag/v2.11.1
Diff: https://github.com/exelban/stats/compare/v2.10.19...v2.11.1
2024-07-14 19:19:59 +03:00
Aleksana
189b70e7ae
Merge pull request #324949 from pokon548/add-sticky-notes
...
sticky-notes: init at 0.2.5
2024-07-14 15:59:12 +08:00
Bu Kun
f90841a700
sticky-notes: init at 0.2.5
2024-07-14 12:04:12 +08:00
Yt
a02e85f85f
Merge pull request #326842 from onny/stalwart-enable-tests
...
stalwart-mail: Enable tests
2024-07-13 20:08:08 +00:00
Jonas Heinrich
671f0eb01f
stalwart-mail: Enable tests
2024-07-13 20:43:01 +02:00
nixpkgs-merge-bot[bot]
a2b5f74813
Merge pull request #326654 from r-ryantm/auto-update/step-cli
...
step-cli: 0.26.2 -> 0.27.1
2024-07-13 07:27:31 +00:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
R. Ryantm
0d60e82959
step-cli: 0.26.2 -> 0.27.1
2024-07-12 20:47:55 +00:00