delve: unpin from go 1.25

This commit is contained in:
Marcus Ramberg
2025-09-10 08:58:28 +02:00
parent 9e8df5834e
commit b84cb898b8
+2 -2
View File
@@ -1,11 +1,11 @@
{
lib,
buildGo125Module,
buildGoModule,
fetchFromGitHub,
stdenv,
}:
buildGo125Module rec {
buildGoModule rec {
pname = "delve";
version = "1.25.1";