release: 0.2.12
All checks were successful
Test / Create distribution (push) Successful in 2m25s
Release / Create release (push) Successful in 4m6s
Test / Run NixOS test (push) Successful in 4m49s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-25 13:40:48 +09:00
parent 34272672b1
commit 21735a8abe
2 changed files with 27 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.11";
version = "0.2.12";
src = builtins.path {
name = "fortify-src";
@@ -63,7 +63,7 @@ buildGoModule rec {
makeBinaryWrapper
];
preConfigure = ''
preBuild = ''
HOME=$(mktemp -d) go generate ./...
'';