diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-15 13:14:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-15 13:14:43 +0900 |
| commit | be4d8b63009fd63fdd30e89b0d1a3f198b10e408 (patch) | |
| tree | 17847f16b083c71eac5b8762b14296009539ac2a | |
| parent | 3e11ce6868182f1a3f74d5bf6c1db761097666fa (diff) | |
release: 0.2.9
This release mostly contains permissive defaults fixes and optimisations. It also contains a proof of concept version of fpkg.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index afc88590..51e29c6f 100644 --- a/package.nix +++ b/package.nix @@ -14,7 +14,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.2.8"; + version = "0.2.9"; src = builtins.path { name = "fortify-src"; |
