release: 0.2.1
All checks were successful
Release / Create release (push) Successful in 43s
Test / Sandbox (push) Successful in 40s
Test / Hakurei (push) Successful in 3m17s
Test / Create distribution (push) Successful in 24s
Test / Hpkg (push) Successful in 3m36s
Test / Sandbox (race detector) (push) Successful in 3m56s
Test / Hakurei (race detector) (push) Successful in 5m6s
Test / Flake checks (push) Successful in 1m31s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-08-26 03:33:45 +09:00
parent 9bc8532d56
commit 9d932d1039
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ package
*Default:*
` <derivation hakurei-static-x86_64-unknown-linux-musl-0.2.0> `
` <derivation hakurei-static-x86_64-unknown-linux-musl-0.2.1> `
@ -759,7 +759,7 @@ package
*Default:*
` <derivation hakurei-hsu-0.2.0> `
` <derivation hakurei-hsu-0.2.1> `

View File

@ -31,7 +31,7 @@
buildGoModule rec {
pname = "hakurei";
version = "0.2.0";
version = "0.2.1";
srcFiltered = builtins.path {
name = "${pname}-src";