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

gdu: 4.8.0 -> 4.8.1
This commit is contained in:
Fabian Affolter 2021-03-19 19:05:18 +01:00 committed by GitHub
commit a9ab5fa6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gdu";
version = "4.8.0";
version = "4.8.1";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3u3tsUwxj7lzqoydycIoYSd7ifb9pLlehDA3NwvzPOo=";
sha256 = "sha256-3qx9nL1lzVbtvVW3O9kQw4FoVuCqo8fxl8u1WXZNRFs=";
};
vendorSha256 = "sha256-QiO5p0x8kmIN6f0uYS0IR2MlWtRYTHeZpW6Nmupjias=";