delve: 1.22.0 -> 1.22.1

This commit is contained in:
R. Ryantm 2024-02-22 01:34:05 +00:00
parent 827a4c5ead
commit 7593a67051

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;