Merge pull request #160905 from r-ryantm/auto-update/gdu

gdu: 5.13.1 -> 5.13.2
This commit is contained in:
Renaud 2022-02-19 18:38:20 +01:00 committed by GitHub
commit 03c5354ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gdu";
version = "5.13.1";
version = "5.13.2";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bUzL9QkSgzJePBnGSYQvsKC975ss5b3kBdIgwgGzEtk=";
sha256 = "sha256-2HADEp1nDkIl56e5oxY6bC+lRWanQwjlCChm0aI0N9Q=";
};
vendorSha256 = "sha256-9+Zez33oET0nx/Xm3fXh1WFoQduMBodvml1oGO6jUYc=";