delve: 1.23.0 -> 1.23.1 (#344104)

This commit is contained in:
OTABI Tomoya
2024-09-30 21:44:11 +09:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "delve";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
hash = "sha256-LtrPcYyuobHq6O3/vBKLTOMZfpYL7P3mtGfVqCMV9iM=";
hash = "sha256-+qC5fFBuQchz1dMP5AezWkkD2anZshN1wIteKce0Ecw=";
};
vendorHash = null;