diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-26 07:48:50 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-26 07:48:50 +0900 |
| commit | 2a4e2724a35f322af3ae26c637c74161c4884542 (patch) | |
| tree | 9a63ffc5e085a2464007307f3a1b84ffd508de8d | |
| parent | d613257841492a1e8aa7a42f9f15c93aeb6e5649 (diff) | |
release: 0.3.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | options.md | 4 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ package *Default:* -` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.0> ` +` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.1> ` @@ -606,7 +606,7 @@ package *Default:* -` <derivation fortify-fsu-0.3.0> ` +` <derivation fortify-fsu-0.3.1> ` diff --git a/package.nix b/package.nix index dfcacb38..42cb9846 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.3.0"; + version = "0.3.1"; src = builtins.path { name = "${pname}-src"; |
