astartectl: remove no longer needed version override

astartectl 24.5.0 updates go version, and it now compiles without issues
This commit is contained in:
Francesco Noacco
2024-09-11 14:12:16 +02:00
parent 15792f0c3f
commit c10dfce278
-4
View File
@@ -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";