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: 2abb2cd0c397
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8e002ac361c4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2021

  1. gdu: 4.3.0 -> 4.3.2

    r-ryantm committed Jan 29, 2021
    Copy the full SHA
    900e866 View commit details
  2. Merge pull request #111098 from r-ryantm/auto-update/gdu

    gdu: 4.3.0 -> 4.3.2
    danieldk authored Jan 29, 2021
    Copy the full SHA
    8e002ac View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/system/gdu/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/system/gdu/default.nix
Original file line number Diff line number Diff line change
@@ -6,16 +6,16 @@

buildGoModule rec {
pname = "gdu";
version = "4.3.0";
version = "4.3.2";

src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "0ilaywj5vz8lgvm63j2saakhmgb2134idn6l8msbif4lsawlr313";
sha256 = "sha256-m4J797bmQzKuyA01JgDLVlf+PbXDVXWtYbID/0QVLxE=";
};

vendorSha256 = "058h71gmgi3n4b697myi5890arzw8fkzmxlm1aiwzyfh3k9iv0wh";
vendorSha256 = "sha256-kIMd0xzQ+c+jCpX2+qdD/GcFEirR15PMInbEV184EBU=";

buildFlagsArray = [ "-ldflags=-s -w -X github.com/dundee/gdu/build.Version=${version}" ];