3
0
Fork 0
forked from mirrors/nixpkgs

gdu: 5.13.1 -> 5.13.2

This commit is contained in:
Fabian Affolter 2022-02-19 23:16:19 +01:00
parent 3dff038ace
commit f7fbd4b21c

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=";