Commit Graph

323 Commits

Author SHA1 Message Date
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
Austin Horstman
3ff5f76c24
teams-for-linux: 1.4.27 -> 1.9.5 2024-08-28 21:34:53 -05:00
Donovan Glover
ba112ea596
textpieces: 4.0.6 -> 4.1.0 (#337865) 2024-08-29 01:20:38 +00:00
Austin Horstman
8802c04d25
teams-for-linux: add khaneliman maintainer 2024-08-28 09:28:04 -05:00
Austin Horstman
6f86e0fa9a
teams-for-linux: move to by-name 2024-08-28 09:28:04 -05:00
aleksana
59f7233774 textpieces: add aleksana to maintainers 2024-08-28 12:32:07 +08:00
aleksana
ed729f5a98 textpieces: 4.0.6 -> 4.1.0 2024-08-28 12:31:46 +08:00
aleksana
9dcc21021a textpieces: format with nixfmt-rfc-style 2024-08-28 12:22:11 +08:00
nixpkgs-merge-bot[bot]
17c02e4dda
templ: 0.2.747 -> 0.2.771 (#336843) 2024-08-27 10:55:22 +00:00
R. Ryantm
de464c89a8 terragrunt: 0.66.8 -> 0.66.9 2024-08-26 16:13:42 +00:00
R. Ryantm
5fb859397e textlint: 14.1.0 -> 14.2.0 2024-08-24 23:14:46 +00:00
R. Ryantm
54a619ce17 templ: 0.2.747 -> 0.2.771 2024-08-23 19:12:45 +00:00
R. Ryantm
1866a9177e termsnap: 0.3.0 -> 0.4.0 2024-08-21 02:28:05 +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
43ac1dbb4c
Merge pull request #335725 from r-ryantm/auto-update/tenv
tenv: 3.0.0 -> 3.1.0
2024-08-20 15:10:31 -04:00
nixpkgs-merge-bot[bot]
c24702f1bb
Merge pull request #336004 from r-ryantm/auto-update/terragrunt
terragrunt: 0.66.4 -> 0.66.8
2024-08-20 07:12:37 +00:00
R. Ryantm
519ff460c8 terragrunt: 0.66.4 -> 0.66.8 2024-08-20 06:07:53 +00:00
R. Ryantm
2f681f1230 tenv: 3.0.0 -> 3.1.0 2024-08-19 02:54:32 +00:00
natsukium
8e98705b81
textlint: fix build on aarch64-linux 2024-08-18 23:22:15 +09:00
R. Ryantm
8daa0d0653 textlint: 14.0.5 -> 14.1.0 2024-08-18 02:57:19 +00:00
Sebastián Mancilla
7a13e0e7a0
Merge pull request #327260 from r-ryantm/auto-update/telescope
telescope: 0.10 -> 0.10.1
2024-08-17 17:59:41 -04:00
Felix Bühler
83132a9a1b
Merge pull request #323884 from Stunkymonkey/tetrio-desktop-frontend-fixup-fixup-yarn-lock
tetrio-desktop: migrate to fixup-yarn-lock
2024-08-15 18:25:13 +02:00
nixpkgs-merge-bot[bot]
5c0a53eb1a
Merge pull request #334357 from r-ryantm/auto-update/terraform-local
terraform-local: 0.18.2 -> 0.19.0
2024-08-14 10:16:22 +00:00
Felix Buehler
68fc74c846 tetrio-desktop: migrate to fixup-yarn-lock 2024-08-13 23:27:09 +02:00
R. Ryantm
ab6771f9cd terraform-local: 0.18.2 -> 0.19.0 2024-08-13 10:53:31 +00:00
R. Ryantm
4fce507672 terragrunt: 0.66.1 -> 0.66.4 2024-08-12 16:07:52 +00:00
R. Ryantm
59a32ab314 tenv: 2.7.9 -> 3.0.0 2024-08-09 03:10:08 +00:00
chayleaf
9c984efbec
techmino: 0.17.17 -> 0.17.21 2024-08-08 17:56:10 +00:00
R. Ryantm
6e4035be42 textlint: 14.0.4 -> 14.0.5 2024-08-07 16:52:07 +00:00
Peder Bergebakken Sundt
9942b1349f
Merge pull request #332131 from pbsds/init-termsvg-1722734162
termsvg: init at 0.9.2
2024-08-07 02:33:31 +02:00
R. Ryantm
37d53b0541 terragrunt: 0.63.2 -> 0.66.1 2024-08-04 23:25:48 +00:00
chayleaf
aed489629d
techmino: add update script 2024-08-04 18:08:29 +07:00
Peder Bergebakken Sundt
eb14616456 termsvg: init at 0.9.2 2024-08-04 03:24:44 +02:00
OTABI Tomoya
4b7425d13c
Merge pull request #330122 from natsukium/textlint-rule-prh/init
textlint-rule-prh: init at 6.0.0
2024-08-01 11:51:37 +09:00
zimbatm
e6717ef35b terraform-docs: move to by-name 2024-07-31 09:10:31 +02:00
Nick Cao
8ba481d65e
Merge pull request #330579 from r-ryantm/auto-update/tenv
tenv: 2.6.1 -> 2.7.9
2024-07-28 10:43:11 -04:00
R. Ryantm
e2741f45d3 tenv: 2.6.1 -> 2.7.9 2024-07-28 04:44:34 +00:00
natsukium
81a8702fd9
textlint-rule-prh: init at 6.0.0 2024-07-26 20:06:46 +09:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
R. Ryantm
f29bf79f81 termshot: 0.2.7 -> 0.2.8 2024-07-23 21:55:24 +00:00
Mrmaxmeier
9601d26f9e termsnap: migrate from deprecated cargoSha256 to cargoHash 2024-07-23 17:32:48 +02:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
R. Ryantm
dc9bed84a9 terragrunt: 0.62.0 -> 0.63.2 2024-07-23 07:30:43 +00:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Peder Bergebakken Sundt
e122396eb1
Merge pull request #327997 from Yash-Garg/yg/termsnap
termsnap: init at 0.3.0
2024-07-21 20:24:06 +02:00
Yash Garg
61c406bef5
termsnap: init at 0.3.0 2024-07-20 02:27:43 +05:30
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
R. Ryantm
c78bda8157 tenv: 2.3.0 -> 2.6.1 2024-07-18 01:42:39 +00:00
R. Ryantm
7ec8858169 telescope: 0.10 -> 0.10.1 2024-07-15 05:05:14 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
R. Ryantm
4210454cfc terragrunt: 0.59.6 -> 0.62.0 2024-07-13 20:15:46 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Aleksana
d6f564077d
Merge pull request #324754 from alanpearce/bump-templ
templ: 0.2.731 -> 0.2.747
2024-07-07 15:57:14 +08:00
R. Ryantm
1d477a0e3c tenv: 2.2.1 -> 2.3.0 2024-07-06 10:42:07 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Alan Pearce
e0fcfd2c0a templ: 0.2.731 -> 0.2.747 2024-07-05 09:18:12 +02:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next 2024-07-04 18:01:19 +00:00