release: 0.2.18
All checks were successful
Test / Create distribution (push) Successful in 20s
Release / Create release (push) Successful in 33s
Test / Fortify (push) Successful in 2m4s
Test / Data race detector (push) Successful in 2m33s
Test / Flake checks (push) Successful in 48s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-02-23 18:52:33 +09:00
parent b6af8caffe
commit 71135f339a
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 21 additions and 2 deletions

View File

@ -36,7 +36,7 @@ package
*Default:*
` <derivation fortify-0.2.17> `
` <derivation fortify-static-x86_64-unknown-linux-musl-0.2.18> `
@ -670,6 +670,25 @@ boolean
## environment\.fortify\.fsuPackage
The fsu package to use\.
*Type:*
package
*Default:*
` <derivation fortify-fsu-0.2.18> `
## environment\.fortify\.home-manager

View File

@ -20,7 +20,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.17";
version = "0.2.18";
src = builtins.path {
name = "${pname}-src";