aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-29 01:09:47 +0900
committerOphestra <cat@gensokyo.uk>2024-12-29 01:09:47 +0900
commit2e3bb1893ed646426a0d38d8e9a2b9089bf632d0 (patch)
tree3aacc6b210aa7ce6c038c8f07a2f16b986baa6d1
parent9b206072faa0511eea65f243d36226248c0a098f (diff)
release: 0.2.8
This release mostly fixes bugs uncovered when running fortify on a generic linux distribution. Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--options.md2
-rw-r--r--package.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/options.md b/options.md
index 5d0123b5..cd4c3fc0 100644
--- a/options.md
+++ b/options.md
@@ -36,7 +36,7 @@ package
*Default:*
-` <derivation fortify-0.2.7> `
+` <derivation fortify-0.2.8> `
diff --git a/package.nix b/package.nix
index e7b6f490..d131b183 100644
--- a/package.nix
+++ b/package.nix
@@ -14,7 +14,7 @@
buildGoModule rec {
pname = "fortify";
- version = "0.2.7";
+ version = "0.2.8";
src = builtins.path {
name = "fortify-src";