wtf: 0.19.1 -> 0.20.0

This commit is contained in:
Mario Rodas 2019-08-28 00:00:00 -05:00
parent 27a4afefbe
commit 53641dc81e
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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