release: 0.2.14
All checks were successful
Release / Create release (push) Successful in 24s
Test / Create distribution (push) Successful in 18s
Test / Run NixOS test (push) Successful in 50s

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

View File

@ -13,11 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.0'
- name: Build for release
run: nix build --print-out-paths --print-build-logs .#dist

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";