Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 412450dcd771
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 517241f35480
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 5, 2021

  1. Copy the full SHA
    517241f View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 pkgs/tools/system/gdu/default.nix
6 changes: 4 additions & 2 deletions pkgs/tools/system/gdu/default.nix
Original file line number Diff line number Diff line change
@@ -5,17 +5,19 @@

buildGoModule rec {
pname = "gdu";
version = "2.0.0";
version = "2.1.0";

src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "0239ppiilr8d43z9v27c9h7b5xkj2n9aacpf5a0h3rz4j0dkcwf7";
sha256 = "0gk36z8xzj7blwzs080fqsz76hn56c89xcsyil6n5cfkbyf85c6i";
};

vendorSha256 = "1jqbsda9bch3awdq816w4jybv7wz9mfflmvs5y2wsa2qnhn9nbyp";

buildFlagsArray = [ "-ldflags=-s -w -X main.AppVersion=${version}" ];

meta = with stdenv.lib; {
description = "Disk usage analyzer with console interface";
longDescription = ''