diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-13 11:10:45 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-13 11:10:45 +0900 |
| commit | d6cf736abf3f7d34643af66fb8e62f071c2289f2 (patch) | |
| tree | afde8a3c10c27f97c03164febccd70d89332fa6d | |
| parent | 15011c41731157fafd0d317fc273490eba43bdf5 (diff) | |
release: 0.4.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | options.md | 12 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -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> ` diff --git a/package.nix b/package.nix index c529c387..6900aa34 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.3.3"; + version = "0.4.0"; src = builtins.path { name = "${pname}-src"; |
