gdu: 5.13.0 -> 5.13.1

https://github.com/dundee/gdu/releases/tag/v5.13.1
This commit is contained in:
zowoq 2022-02-10 08:28:48 +10:00
parent c4384583ea
commit 444cc6249b

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gdu";
version = "5.13.0";
version = "5.13.1";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yOYwPr/Yz/PGpCZtv/dWVFgll6VM7wQEtU/jEVpMjlE=";
sha256 = "sha256-bUzL9QkSgzJePBnGSYQvsKC975ss5b3kBdIgwgGzEtk=";
};
vendorSha256 = "sha256-9+Zez33oET0nx/Xm3fXh1WFoQduMBodvml1oGO6jUYc=";