fosrl-newt: fix version replacement

This commit is contained in:
jack
2025-07-17 13:14:34 +02:00
parent 9ac63b8291
commit f13e2ed4e4
+1 -1
View File
@@ -20,7 +20,7 @@ buildGoModule rec {
postPatch = ''
substituteInPlace main.go \
--replace-fail "replaceme" "${version}"
--replace-fail "version_replaceme" "${version}"
'';
nativeInstallCheckInputs = [ versionCheckHook ];