diff --git a/options.md b/options.md index 46b42a3..5780093 100644 --- a/options.md +++ b/options.md @@ -35,7 +35,7 @@ package *Default:* -` ` +` ` @@ -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:* -` ` +` ` diff --git a/package.nix b/package.nix index c529c38..6900aa3 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";