about summary refs log tree commit diff
path: root/pkgs/tools/system/gdu
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-10 10:54:38 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-10 10:54:38 +0200
commit0d9673b318a55510cf7143a8e657447cac91f829 (patch)
tree78206c3df55f9cc5056d755087929cb36c348631 /pkgs/tools/system/gdu
parent3191d4f0af44159e6f215b7fa975a41fd00b8f01 (diff)
gdu: 5.1.1 -> 5.2.0
Diffstat (limited to 'pkgs/tools/system/gdu')
-rw-r--r--pkgs/tools/system/gdu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/gdu/default.nix b/pkgs/tools/system/gdu/default.nix
index 5a84cd6ee3ff7..547265196c6e9 100644
--- a/pkgs/tools/system/gdu/default.nix
+++ b/pkgs/tools/system/gdu/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "gdu";
-  version = "5.1.1";
+  version = "5.2.0";
 
   src = fetchFromGitHub {
     owner = "dundee";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-9o/njurf1AWt04A8u38FMFcteLZlRHDejbH9+ekDjKI=";
+    sha256 = "sha256-PByW1wj9B6aJhYZYPT1uUDUDVtZHGYC2ingvxdr8Gbc=";
   };
 
   vendorSha256 = "sha256-9W1K01PJ+tRLSJ0L7NGHXT5w5oHmlBkT8kwnOLOzSCc=";