Commit Graph

248 Commits

Author SHA1 Message Date
Nick Cao
acd8e641ab
halo: 2.19.3 -> 2.20.5 (#349934) 2024-10-21 09:55:28 -04:00
Nick Cao
788346af0d
harlequin: 1.24.1 -> 1.25.0 (#350135) 2024-10-21 09:44:39 -04:00
R. Ryantm
9f3d02d510 harlequin: 1.24.1 -> 1.25.0 2024-10-21 03:54:31 +00:00
Peder Bergebakken Sundt
9a9ee406e0
handlr-regex: 0.11.2 -> 0.12.0 (#348860) 2024-10-21 03:46:35 +02:00
Anomalocaridid
155589d54e handlr-regex: 0.11.2 -> 0.12.0 2024-10-20 19:09:18 -04:00
wxt
52942d8d48 hashes: init at 1.1.0 2024-10-20 21:25:00 +08:00
R. Ryantm
c1a2fb1eb2 halo: 2.19.3 -> 2.20.5 2024-10-20 05:49:13 +00:00
Peder Bergebakken Sundt
3152fbcf7b
halloy: 2024.11 -> 2024.12 (#348090) 2024-10-19 05:04:48 +02:00
Nick Cao
0ac9465b92
harper: 0.11.0 -> 0.12.0 (#348383) 2024-10-14 13:01:28 -04:00
Gaetan Lepage
ec935787a1 hatch: 1.12.0 -> 1.13.0
Diff: https://github.com/pypa/hatch/compare/refs/tags/hatch-v1.12.0...hatch-v1.13.0

Changelog: https://github.com/pypa/hatch/blob/hatch-v1.13.0/docs/history/hatch.md
2024-10-14 08:42:20 +02:00
Peder Bergebakken Sundt
f4a0262be9 harper: 0.11.0 -> 0.12.0
Diff: https://github.com/elijah-potter/harper/compare/v0.11.0...v0.12.0

Changelog: https://github.com/elijah-potter/harper/releases/tag/v0.12.0
2024-10-14 01:03:49 +02:00
K900
001fb496bf Merge remote-tracking branch 'origin/master' into staging-next 2024-10-12 21:08:11 +03:00
Aleksana
a29d2f9a2a
harbor-cli: init at 0.0.1 (#343180) 2024-10-13 00:12:14 +08:00
aktaboot
490cb91ec4 halloy: 2024.11 -> 2024.12 2024-10-12 15:23:25 +02:00
github-actions[bot]
0b14a71873
Merge master into staging-next 2024-10-09 12:06:03 +00:00
Aaron Jheng
ec537c2c03
harbor-cli: init at 0.0.1 2024-10-08 06:22:47 +00:00
R. Ryantm
22aa7c9845 handheld-daemon: 3.3.15 -> 3.4.1 2024-10-05 06:13:36 +00:00
K900
e3bf09623f Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 15:09:28 +03:00
pcboy
bf45c154a7 harlequin: remove unecessary tests.version 2024-10-01 10:49:36 +02:00
K900
b29cb6c1f9 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-30 20:23:25 +03:00
pcboy
dea1e380d9 harlequin: init at 1.24.1 2024-09-30 18:37:43 +02:00
github-actions[bot]
c8c18095f9
Merge master into staging-next 2024-09-26 18:04:33 +00:00
R. Ryantm
f6b148e451 harmonia: 1.0.1 -> 1.0.2 2024-09-26 10:26:12 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +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
github-actions[bot]
ac34133fb9
Merge master into staging-next 2024-09-23 12:05:36 +00:00
Fabian Affolter
cad9e2e9be
halloy: 2024.08 -> 2024.11 (#341510) 2024-09-23 08:38:48 +02:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
R. Ryantm
7e8a90813c halo: 2.19.2 -> 2.19.3 2024-09-21 23:53:36 +00:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
6886cfd66b
harper: 0.10.0 -> 0.11.0 (#341615) 2024-09-19 17:32:44 +02:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
h7x4
ba2b7b454e
handheld-daemon: 3.3.12 -> 3.3.15 (#342047) 2024-09-18 00:25:36 +02:00
github-actions[bot]
73cf025711
Merge staging-next into staging 2024-09-17 12:05:50 +00:00
Fabián Heredia Montiel
9b4fc8ed1a
haunt: 0.2.6 -> 0.3.0 (#341892) 2024-09-17 00:34:18 -06:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03: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
github-actions[bot]
1c4acc409e
Merge staging-next into staging 2024-09-16 06:05:33 +00:00
Aleksana
cb84b9331f
hackgregator: init at 0.5.0-unstable-2023-12-05 (#341744) 2024-09-16 09:53:14 +08:00
Shom Bandopadhaya
d24f0136ee halloy: 2024.08 -> 2024.11 2024-09-15 16:11:25 -05:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging 2024-09-15 12:05:26 +00:00
R. Ryantm
b993f628a8 handheld-daemon: 3.3.12 -> 3.3.15 2024-09-15 11:29:01 +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
citrusmunch
dcebfc2f25 haunt: 0.2.6 -> 0.3.0
bump version, update hash, remove old patches, and nixfmt.
2024-09-14 14:08:13 -04:00
aleksana
29a684b0a0 hackgregator: init at 0.5.0-unstable-2023-12-05 2024-09-14 13:38:43 +08:00
Peder Bergebakken Sundt
3f2eafc169 harper: 0.10.0 -> 0.11.0
Diff: https://github.com/elijah-potter/harper/compare/v0.10.0...v0.11.0

Changelog: https://github.com/elijah-potter/harper/releases/tag/v0.11.0
2024-09-13 17:28:26 +02:00
K900
4e803e9656 Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-12 07:00:07 +03:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00