release: 0.3.3
All checks were successful
Release / Create release (push) Successful in 34s
Test / Sandbox (push) Successful in 35s
Test / Fortify (push) Successful in 2m47s
Test / Sandbox (race detector) (push) Successful in 3m0s
Test / Create distribution (push) Successful in 20s
Test / Fpkg (push) Successful in 4m12s
Test / Fortify (race detector) (push) Successful in 4m18s
Test / Flake checks (push) Successful in 1m20s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-04-01 01:42:10 +09:00
parent 0ba8be659f
commit 12be7bc78e
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:* *Default:*
` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.2> ` ` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.3> `
@ -644,7 +644,7 @@ package
*Default:* *Default:*
` <derivation fortify-fsu-0.3.2> ` ` <derivation fortify-fsu-0.3.3> `

View File

@ -31,7 +31,7 @@
buildGoModule rec { buildGoModule rec {
pname = "fortify"; pname = "fortify";
version = "0.3.2"; version = "0.3.3";
src = builtins.path { src = builtins.path {
name = "${pname}-src"; name = "${pname}-src";