delve: 1.22.1 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-07-17 00:57:04 +00:00
parent 73ff0bcbd3
commit a02168707c

View File

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