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

Commits on Aug 28, 2019

  1. wtf: 0.19.1 -> 0.20.0

    marsam committed Aug 28, 2019
    Copy the full SHA
    53641dc View commit details
  2. Merge pull request #67602 from marsam/update-wtf

    wtf: 0.19.1 -> 0.20.0
    mmahut authored Aug 28, 2019
    Copy the full SHA
    aa92ed2 View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/applications/misc/wtf/default.nix
8 changes: 5 additions & 3 deletions pkgs/applications/misc/wtf/default.nix
Original file line number Diff line number Diff line change
@@ -5,16 +5,18 @@

buildGoModule rec {
pname = "wtf";
version = "0.19.1";
version = "0.20.0";

src = fetchFromGitHub {
owner = "wtfutil";
repo = pname;
rev = "v${version}";
sha256 = "19qzg5blqm5p7rrnaqh4f9aj53i743mawjnd1h9lfahbgmil1d24";
sha256 = "03k3x3fnxz23b75n5x8mlr6srr063q3dwq05wh55b4bgqsf7lgzd";
};

modSha256 = "1q21pc4yyiq4dihsb9n7261ssj52nnik8dq6fg4gvlnnpgcjp570";
modSha256 = "1nqnjpkrjbb75yfbzh3v3vc4xy5a2aqm9jr40hwq589a4l9p5pw2";

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

# As per https://github.com/wtfutil/wtf/issues/501, one of the
# dependencies can't be fetched, so vendored dependencies should