Commit Graph

279 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
d86ca88f13
technitium-dns-server: 13.0.1 --> 13.0.2 (#347793) 2024-10-19 04:50:03 +02:00
zowoq
97f0c067f3 telegraf: 1.32.0 -> 1.32.1
Diff: https://github.com/influxdata/telegraf/compare/v1.32.0...v1.32.1

Changelog: https://github.com/influxdata/telegraf/blob/v1.32.1/CHANGELOG.md
2024-10-12 17:54:53 +10:00
FabianRig
5db5954bb2 technitium-dns-server: 13.0.1 --> 13.0.2 2024-10-10 22:08:45 +02:00
Maxime Brunet
fad435d087
terraform-docs: install shell completions (#347637) 2024-10-10 14:29:27 +02:00
R. Ryantm
b5c08184a8 textlint: 14.2.0 -> 14.2.1 2024-10-05 14:47:32 +00:00
Nick Cao
e2c72d0c7c
tex-fmt: 0.4.3 -> 0.4.4 (#346211) 2024-10-03 16:30:30 -04:00
R. Ryantm
421ea9e137 tex-fmt: 0.4.3 -> 0.4.4 2024-10-03 16:41:58 +00:00
huantian
8ed8dbfc66
tetrio-plus: 0.27.2 -> 0.27.4 2024-10-01 22:03:28 -07:00
h7x4
47c55e6a2f
tetrio-plus: split into seperate derivation (#341251) 2024-10-01 22:30:06 +02:00
huantian
d7d7797b13
tetrio-plus: cleanup and reorganize build phase 2024-10-01 11:50:02 -07:00
huantian
c861dc26f6
tetrio-desktop: switch version to single integer to match upstream
Upstream brands each version as "v9" or "Version 9" for example, and
tools like TETR.IO PLUS also use only the major version.
2024-10-01 11:45:07 -07:00
huantian
46251f6caa
tetrio-desktop: add --enable-wayland-ime 2024-10-01 11:45:07 -07:00
huantian
3bb53bf500
tetrio-desktop,tetrio-plus: update meta 2024-10-01 11:44:57 -07:00
huantian
ab8f659d25
tetrio-plus: split into seperate derivation 2024-10-01 11:44:43 -07:00
Franz Pletz
3728d82e75
tex-fmt: init at 0.4.3 (#341818) 2024-09-28 15:37:54 +02:00
nixpkgs-merge-bot[bot]
c631adcee4
teams-for-linux: 1.10.2 -> 1.11.0 (#344747) 2024-09-27 00:17:57 +00:00
Weijia Wang
69cb6c5656
terragrunt: 0.67.3 -> 0.67.9 (#343188) 2024-09-27 00:44:35 +02:00
R. Ryantm
c29703dd92 teams-for-linux: 1.10.2 -> 1.11.0 2024-09-26 21:39:49 +00:00
Peder Bergebakken Sundt
547e7bc052
technitium-dns-server: 12.2.1 --> 13.0.1 (#344020) 2024-09-25 10:43:41 +02: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
Fabian Rigoll
c995feb9b5 technitium-dns-server: 12.2.1 --> 13.0.1 2024-09-23 20:25:36 +02:00
R. Ryantm
1011fb0270 terraform-local: 0.19.0 -> 0.20.0 2024-09-21 19:57:41 +00:00
Peder Bergebakken Sundt
636c5a8db5
termsonic: 0-unstable-2024-02-02 -> 0-unstable-2024-09-15 (#342096) 2024-09-21 17:41:24 +02:00
R. Ryantm
b675b26ead terragrunt: 0.67.3 -> 0.67.9 2024-09-20 05:39:39 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
nixpkgs-merge-bot[bot]
8f86e59bbb
teams-for-linux: 1.9.6 -> 1.10.2 (#341996) 2024-09-18 14:23:21 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02: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
mksafavi
34ca65ef1d termsonic: 0-unstable-2024-02-02 -> 0-unstable-2024-09-15 2024-09-15 19:42:15 +03:30
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
183a96374e teams-for-linux: 1.9.6 -> 1.10.2 2024-09-15 07:45:57 +00:00
William G Underwood
86df9cf159 tex-fmt: init at 0.4.3 2024-09-14 13:12:36 +01:00
zowoq
b09b1438b4 telegraf: 1.31.3 -> 1.32.0
Diff: https://github.com/influxdata/telegraf/compare/v1.31.3...v1.32.0

Changelog: https://github.com/influxdata/telegraf/blob/v1.32.0/CHANGELOG.md
2024-09-13 17:12:21 +10:00
zowoq
45bbdb9f51 telegraf: move to pkgs/by-name 2024-09-13 17:12:10 +10:00
OTABI Tomoya
e769bd9f68
textlint-plugin-org: init at 0.3.7 (#340111) 2024-09-12 22:13:40 +09:00
huantian
dfb10eff9e
tetrio-desktop: format with nixfmt 2024-09-11 13:29:17 -07:00
Aleksana
44aaa25d3a
testlib: init at 0.9.41 (#338072) 2024-09-11 19:47:40 +08:00
Weijia Wang
9405f8213c
terragrunt: 0.66.9 -> 0.67.3 (#338735) 2024-09-09 19:38:58 +02:00
nixpkgs-merge-bot[bot]
198e0a5d26
templ: 0.2.771 -> 0.2.778 (#340534) 2024-09-09 10:03:24 +00:00
Aleksana
2eb0e64f1e
termpaint: init at 0.3.0 (#335576) 2024-09-09 12:19:16 +08:00
laalsaas
8e014cc630 termpaint: init at 0.3.0 2024-09-09 11:16:37 +08:00
R. Ryantm
7cf44b2cb3 templ: 0.2.771 -> 0.2.778 2024-09-08 14:58:28 +00:00
R. Ryantm
903ed5b331 terragrunt: 0.66.9 -> 0.67.3 2024-09-08 13:01:19 +00:00
nixpkgs-merge-bot[bot]
0bc3d6f447
teams-for-linux: 1.9.5 -> 1.9.6 (#339628) 2024-09-06 14:49:10 +00:00
natsukium
abdcc293b7
textlint-plugin-org: init at 0.3.7
https://github.com/kijimaD/textlint-plugin-org
2024-09-06 23:46:23 +09:00
Adam C. Stephens
6a150ece3d
techmino: 0.17.17 -> 0.17.21 (#332085) 2024-09-04 20:15:50 -04:00
R. Ryantm
4d4bf95a91 teams-for-linux: 1.9.5 -> 1.9.6 2024-09-04 21:11:34 +00:00
wxt
3495206296
testlib: init at 0.9.41 2024-08-31 22:42:50 +08:00
Peder Bergebakken Sundt
ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Philip Taron
da55d2e252
teams-for-linux: 1.4.27 -> 1.9.5 (#337868) 2024-08-28 20:17:47 -07:00