Commit Graph

53 Commits

Author SHA1 Message Date
R. Ryantm
169b010d52 hugo: 0.134.3 -> 0.135.0 2024-10-03 10:58:48 +00:00
Stefan Frijters
0471e7aa5b hurl: add versionCheckHook 2024-09-28 22:42:37 +02:00
Stefan Frijters
3407031806 hurl: 4.3.0 -> 5.0.1 2024-09-28 22:42:37 +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
Hentioe
18d974661a hugo: 0.134.2 -> 0.134.3 2024-09-20 17:18:57 +08:00
kilianar
61fcdd9ca1 hugo: 0.134.0 -> 0.134.2
https://github.com/gohugoio/hugo/releases/tag/v0.134.2
2024-09-15 15:32:13 +02:00
Hentioe
169d3aa65b hugo: 0.133.1 -> 0.134.0 2024-09-04 05:09:00 +08:00
Hentioe
2c5560491a hugo: 0.132.1 -> 0.133.1 2024-08-27 04:31:22 +08:00
Hentioe
dd90c85aba hugo: 0.131.0 -> 0.132.1 2024-08-13 20:26:26 +08:00
Pol Dellaiera
92d42b4fb6
Merge pull request #331808 from mfrw/mfrw/hugo-0.131.0
hugo: 0.130.0 -> 0.131.0
2024-08-03 19:00:31 +02:00
Nick Cao
2731b928f5
Merge pull request #331426 from r-ryantm/auto-update/humioctl
humioctl: 0.35.1 -> 0.36.0
2024-08-03 10:58:14 -04:00
Muhammad Falak R Wani
35aef7f6b5 hugo: 0.130.0 -> 0.131.0
Diff: https://github.com/gohugoio/hugo/compare/refs/tags/v0.130.0...v0.131.0
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.131.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-02 21:33:52 +05:30
R. Ryantm
56123b37a6 humioctl: 0.35.1 -> 0.36.0 2024-08-01 02:05:26 +00:00
Hentioe
0e1fb12c51 hugo: 0.129.0 -> 0.130.0 2024-07-31 20:15:06 +08:00
Stefan Frijters
9947f73200
hurl: fix build with Rust 1.79 2024-07-31 09:33:48 +02:00
Hentioe
e1a816e08c hugo: 0.128.2 -> 0.129.0 2024-07-22 17:43:16 +08:00
R. Ryantm
4f76a2c9c2 humioctl: 0.35.0 -> 0.35.1 2024-07-12 07:32:44 +00:00
Nick Cao
0f93e174d7
Merge pull request #326072 from r-ryantm/auto-update/hugo
hugo: 0.128.1 -> 0.128.2
2024-07-10 16:58:33 -04:00
R. Ryantm
d3e5cfcd63 hugo: 0.128.1 -> 0.128.2 2024-07-10 09:15:10 +00:00
R. Ryantm
59e4c33a8f humioctl: 0.34.1 -> 0.35.0 2024-07-10 02:19:30 +00:00
R. Ryantm
31925a43a6 hugo: 0.128.0 -> 0.128.1 2024-07-02 15:04:03 +00:00
R. Ryantm
29dcf702b1 hugo: 0.127.0 -> 0.128.0 2024-06-26 01:11:49 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Hentioe
2f84ed669f hugo: 0.126.3 -> 0.127.0 2024-06-05 23:25:05 +08:00
kilianar
200514ec0b hugo: 0.126.2 -> 0.126.3
https://github.com/gohugoio/hugo/releases/tag/v0.126.3
2024-06-03 14:36:42 +02:00
Aleksana
21959d8d44
Merge pull request #316173 from teto/teto/hurl-add-completion
hurl: add shell completions
2024-06-01 12:28:33 +08:00
Nick Cao
808d1508e3
Merge pull request #316050 from r-ryantm/auto-update/hugo
hugo: 0.126.1 -> 0.126.2
2024-05-31 14:44:29 -04:00
Matthieu C.
e8ebedab9c hurl: moved to pkgs/by-name 2024-05-31 16:28:56 +02:00
R. Ryantm
520b8e5365 hugo: 0.126.1 -> 0.126.2 2024-05-31 02:04:38 +00:00
R. Ryantm
b30bf07b03 humioctl: 0.32.3 -> 0.34.1 2024-05-28 22:55:52 +00:00
R. Ryantm
f7f773af8b hugo: 0.125.7 -> 0.126.1 2024-05-15 19:49:18 +00:00
Nick Cao
f4dc31f58b
hugo: 0.125.6 -> 0.125.7
Diff: https://github.com/gohugoio/hugo/compare/refs/tags/v0.125.6...v0.125.7

Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.125.7
2024-05-09 17:01:10 -04:00
R. Ryantm
3a2c6c746a hugo: 0.125.5 -> 0.125.6 2024-05-08 22:56:54 +00:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
R. Ryantm
338f683b98 hugo: 0.125.4 -> 0.125.5 2024-05-02 09:54:02 +00:00
kilianar
25f0c47fdd hugo: 0.125.3 -> 0.125.4
https://github.com/gohugoio/hugo/releases/tag/v0.125.4
2024-04-26 13:16:25 +02:00
R. Ryantm
1cd36a7b6c hugo: 0.125.0 -> 0.125.3 2024-04-23 09:20:17 +00:00
R. Ryantm
128501b167 hugo: 0.124.1 -> 0.125.0 2024-04-17 01:09:28 +00:00
Dan Theriault
fd234d5ccc hujsonfmt: init at 0-unstable-2022-12-23
Package Tailscale's formatter for HuJSON / JSON With Comments and
trailing Commas (JWCC). Tailscale uses this format for its ACL
configurations.
2024-04-05 20:36:33 -04:00
R. Ryantm
3645512e4c hugo: 0.124.0 -> 0.124.1 2024-03-28 10:05:59 +01:00
Nicolas Goudry
f0e601a435
hugo: fix invalid vendorHash 2024-03-22 13:41:24 +01:00
R. Ryantm
254540aaf5 hugo: 0.123.8 -> 0.124.0 2024-03-17 01:25:05 +00:00
R. Ryantm
0890b4d198 hugo: 0.123.7 -> 0.123.8 2024-03-10 07:04:38 +00:00
R. Ryantm
aebabc6e3a hugo: 0.123.6 -> 0.123.7 2024-03-05 10:46:01 +00:00
R. Ryantm
0e7b3250b5 hugo: 0.123.4 -> 0.123.6 2024-03-01 03:51:30 +00:00
R. Ryantm
a394055d3e hugo: 0.123.3 -> 0.123.4 2024-02-27 04:58:58 +00:00
kilianar
bf289c8379 hugo: 1.123.2 -> 1.123.3
https://github.com/gohugoio/hugo/releases/tag/v0.123.3
2024-02-24 11:21:17 +01:00
R. Ryantm
eefc43eae4 hugo: 0.123.1 -> 0.123.2 2024-02-23 09:41:27 +00:00
kilianar
9793f83c9f hugo: 0.123.0 -> 0.123.1
https://github.com/gohugoio/hugo/releases/tag/v0.123.1
2024-02-21 15:18:48 +01:00
R. Ryantm
e00e1aba2a hugo: 0.122.0 -> 0.123.0 2024-02-19 23:48:31 +00:00