openbao: Don't use explicit Go version

This commit is contained in:
Ilan Joselevich
2025-04-27 00:00:57 +03:00
committed by GitHub
parent 3952f1a06e
commit f503fd25a0
+1 -2
View File
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
buildGoModule,
go_1_24,
installShellFiles,
versionCheckHook,
nix-update-script,
@@ -13,7 +12,7 @@
withHsm ? stdenvNoCC.hostPlatform.isLinux,
}:
buildGoModule.override { go = go_1_24; } (finalAttrs: {
buildGoModule (finalAttrs: {
pname = "openbao";
version = "2.2.1";