1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gdu: 5.6.2 -> 5.7.0

This commit is contained in:
Fabian Affolter 2021-09-07 14:51:31 +02:00
parent bc06c93905
commit 02b9630a70

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gdu";
version = "5.6.2";
version = "5.7.0";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9Qdl+5BvzYbBw90+9V5bKBrikxlxMt7UxMQ54XwgbTk=";
sha256 = "sha256-zotCn8J6zQtHd/YDT87l6Vh4Xh51tOJENBCdxZ5rqWU=";
};
vendorSha256 = "sha256-TxtYsM1qtpvI5IbkM3vicCgJ0+EqelFJ8Vc6+Ff5wd8=";
vendorSha256 = "sha256-TBWhF2YmlJPNFr3sKSFhuzoBD0Hp1tnYAMJDUwO/QFM=";
nativeBuildInputs = [ installShellFiles ];