release: 0.2.14
Some checks failed
Test / Create distribution (push) Successful in 33s
Release / Create release (push) Failing after 46s
Test / Run NixOS test (push) Has been cancelled

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-02-15 23:03:13 +09:00
parent f545e154f0
commit 4adf94d27d
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 26 additions and 2 deletions

View File

@ -36,7 +36,7 @@ package
*Default:*
` <derivation fortify-0.2.13> `
` <derivation fortify-0.2.14> `
@ -425,6 +425,30 @@ null or string
## environment\.fortify\.apps\.\*\.insecureWayland
Whether to enable direct access to the Wayland socket\.
*Type:*
boolean
*Default:*
` false `
*Example:*
` true `
## environment\.fortify\.apps\.\*\.mapRealUid

View File

@ -16,7 +16,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.13";
version = "0.2.14";
src = builtins.path {
name = "fortify-src";