Merge pull request #67602 from marsam/update-wtf

wtf: 0.19.1 -> 0.20.0
This commit is contained in:
Marek Mahut 2019-08-28 10:03:38 +02:00 committed by GitHub
commit aa92ed25c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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