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

delve: 1.22.0 -> 1.22.1
This commit is contained in:
Nikolay Korotkiy
2024-02-22 22:20:47 +04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "delve";
version = "1.22.0";
version = "1.22.1";
src = fetchFromGitHub {
owner = "go-delve";
repo = "delve";
rev = "v${version}";
hash = "sha256-uYUl8PMBRf73wwo+oOYda0sTfD1gnDThtNc3sg8Q328=";
hash = "sha256-rR84muba8nMrPZAhH+8xXOOxBvKIsU8Xju8tG7BjqBo=";
};
vendorHash = null;