3
0
Fork 0
forked from mirrors/nixpkgs

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

gdu: 4.6.2 -> 4.6.3
This commit is contained in:
Ryan Mulligan 2021-02-20 17:53:39 -08:00 committed by GitHub
commit 830ad1ac64
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.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-q26NnHSnJ8vVWHwXtFJ90/8xr772x/gW6BRG29wsIeI=";
sha256 = "sha256-vz8qqsFc1CETnrqStLyiGZ6w0jy+y5GlwQQgxdyJ5aY=";
};
vendorSha256 = "sha256-kIMd0xzQ+c+jCpX2+qdD/GcFEirR15PMInbEV184EBU=";