release: 0.4.0
All checks were successful
Release / Create release (push) Successful in 54s
Test / Sandbox (push) Successful in 47s
Test / Sandbox (race detector) (push) Successful in 4m44s
Test / Create distribution (push) Successful in 20s
Test / Fortify (race detector) (push) Successful in 6m42s
Test / Fpkg (push) Successful in 2m18s
Test / Fortify (push) Successful in 5m18s
Test / Flake checks (push) Successful in 2m42s
All checks were successful
Release / Create release (push) Successful in 54s
Test / Sandbox (push) Successful in 47s
Test / Sandbox (race detector) (push) Successful in 4m44s
Test / Create distribution (push) Successful in 20s
Test / Fortify (race detector) (push) Successful in 6m42s
Test / Fpkg (push) Successful in 2m18s
Test / Fortify (push) Successful in 5m18s
Test / Flake checks (push) Successful in 2m42s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
15011c4173
commit
d6cf736abf
12
options.md
12
options.md
@ -35,7 +35,7 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.3> `
|
||||
` <derivation fortify-static-x86_64-unknown-linux-musl-0.4.0> `
|
||||
|
||||
|
||||
|
||||
@ -222,11 +222,11 @@ null or anything
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.dev
|
||||
## environment\.fortify\.apps\.\*\.devel
|
||||
|
||||
|
||||
|
||||
Whether to enable access to all devices\.
|
||||
Whether to enable debugging-related kernel interfaces\.
|
||||
|
||||
|
||||
|
||||
@ -245,11 +245,11 @@ boolean
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.devel
|
||||
## environment\.fortify\.apps\.\*\.device
|
||||
|
||||
|
||||
|
||||
Whether to enable debugging-related kernel interfaces\.
|
||||
Whether to enable access to all devices\.
|
||||
|
||||
|
||||
|
||||
@ -644,7 +644,7 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation fortify-fsu-0.3.3> `
|
||||
` <derivation fortify-fsu-0.4.0> `
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fortify";
|
||||
version = "0.3.3";
|
||||
version = "0.4.0";
|
||||
|
||||
src = builtins.path {
|
||||
name = "${pname}-src";
|
||||
|
Loading…
Reference in New Issue
Block a user