Commit c10dfce2 authored by Francesco Noacco's avatar Francesco Noacco
Browse files

astartectl: remove no longer needed version override

astartectl 24.5.0 updates go version, and it now compiles without issues
parent 15792f0c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -7,10 +7,6 @@ buildGoModule rec {
  pname = "astartectl";
  version = "24.5.0";

  # Workaround for go vendor failing
  # https://github.com/astarte-platform/astartectl/pull/244
  postPatch = "go mod edit -go=1.22";

  src = fetchFromGitHub {
    owner = "astarte-platform";
    repo = "astartectl";