gdu: 5.29.0 -> 5.30.1

This commit is contained in:
R. Ryantm
2024-12-31 01:02:22 +00:00
committed by zowoq
parent d1b4d56992
commit 263379919f

View File

@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "gdu";
version = "5.29.0";
version = "5.30.1";
src = fetchFromGitHub {
owner = "dundee";
repo = "gdu";
rev = "refs/tags/v${version}";
hash = "sha256-w48I7HU/pA53Pq6ZVwtby+YvFddVUjj8orL40Gifqoo=";
hash = "sha256-3SymmE3J+lphyRKTQ+sLsnXaBvLyjJRlwpy79U4+t5o=";
};
vendorHash = "sha256-aKhHC3sPRyi/l9BxeUgx+3TdYulb0cI9WxuPvbLoswg=";