Merge pull request #268068 from r-ryantm/auto-update/delve

delve: 1.21.0 -> 1.21.2
This commit is contained in:
Pol Dellaiera 2023-11-27 20:55:25 +01:00 committed by GitHub
commit 37548e284e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "delve";
version = "1.21.0";
version = "1.21.2";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
sha256 = "sha256-bDxpXm53PCdUQDq6pIigutY1JxrGWfsPkVSA+0i3vr0=";
sha256 = "sha256-DgRqdO7ztQ57B6N9ABcI2D/SQkUVh/IUib8/xk3EeRA=";
};
vendorHash = null;