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

gdu: 4.11.0 -> 4.11.1
This commit is contained in:
Fabian Affolter 2021-04-29 00:48:27 +02:00 committed by GitHub
commit cc5d41cd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gdu";
version = "4.11.0";
version = "4.11.1";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E+/Ig6+J7pJ98O+YAntBGERml2ELzkji3gworBdcSVY=";
sha256 = "sha256-e9TYArmNWnK8XXcniAQCegrfWAUfTKKuClgdSTQep0U=";
};
vendorSha256 = "sha256-QiO5p0x8kmIN6f0uYS0IR2MlWtRYTHeZpW6Nmupjias=";