Unverified Commit 5e9fc430 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

astartectl: remove no longer needed version override (#341188)

parents a5721bef c10dfce2
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";