delve: 1.20.0 -> 1.20.1

Diff: https://github.com/go-delve/delve/compare/v1.20.0...v1.20.1
This commit is contained in:
techknowlogick 2022-12-12 14:06:50 -05:00
parent 6cb5aad76b
commit 105607e117

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "delve";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
sha256 = "sha256-1on1+YTuPCl/XfgfCB49thvqiN45IAHebP12gQlhzsE=";
sha256 = "sha256-X1vds6+brQ5pl7MG2/n0CqCoS0nbjnQUcIgJqji/u60=";
};
vendorSha256 = null;