helmfile: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy
2024-07-10 11:02:51 +10:00
parent 68d816467a
commit f8461a06b1
@@ -1,12 +1,12 @@
{ lib
, buildGo122Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, makeWrapper
, pluginsDir ? null
}:
buildGo122Module rec {
buildGoModule rec {
pname = "helmfile";
version = "0.165.0";