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

gdu: 5.2.0 -> 5.3.0
This commit is contained in:
Fabian Affolter 2021-07-21 22:38:27 +02:00 committed by GitHub
commit abefacef62
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.2.0";
version = "5.3.0";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PByW1wj9B6aJhYZYPT1uUDUDVtZHGYC2ingvxdr8Gbc=";
sha256 = "sha256-hf5jTEAN5oOPg2PaAlYjIDMYcwXkaFAqPtWTwZV98N0=";
};
vendorSha256 = "sha256-9W1K01PJ+tRLSJ0L7NGHXT5w5oHmlBkT8kwnOLOzSCc=";