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

This commit is contained in:
Sandro 2022-08-24 21:19:28 +02:00 committed by GitHub
commit d4d8df2dd9
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.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
sha256 = "sha256-paNr9aiRG6NP6DIGUojl7VPPPMTeJRpDW8ThDNOQhWM=";
sha256 = "sha256-Ga+1xz7gsLoHA0G4UOiJf331hrBVoeB93Pjd0PyATB4=";
};
vendorSha256 = null;