Skip to content

Commit

Permalink
Merge pull request #75649 from avdv/wtf-0.25.0
Browse files Browse the repository at this point in the history
wtf: 0.24.0 -> 0.25.0
  • Loading branch information
Ma27 committed Dec 14, 2019
2 parents cffab6c + 6bb0148 commit 637eacc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/wtf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "wtf";
version = "0.24.0";
version = "0.25.0";

src = fetchFromGitHub {
owner = "wtfutil";
repo = pname;
rev = "v${version}";
sha256 = "0jz7hjcm0hfxcih2zplp47wx6lyvhhzj9ka4ljqrx0i4l7cm9ahs";
sha256 = "1g76hzlyi8s8dayd36cs4bhnwgrrr731ybflw3xk5pgkgcbs14sd";
};

modSha256 = "04d8hvd90f7v853p23xcx38qz3ryv7kz7zjk9b131cjnd4mcv0sm";
modSha256 = "186m7s20r59dyh5lpby4sd4vw3rvnkfzslylwin0c3r6150yrx8h";

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

Expand Down

0 comments on commit 637eacc

Please sign in to comment.