delve: 1.25.2 -> 1.26.0 (#472503)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-19 21:18:51 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "delve";
version = "1.25.2";
version = "1.26.0";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
hash = "sha256-CtOaaYxqa4GwfDQ1yuUwRQPy948Xyha046TLTaq526w=";
hash = "sha256-tFd8g866nRSNUVNz+6SM6YLl4ys3AUP3c8eT1kWbjKY=";
};
patches = [