gotestwaf: 0.3.1 -> 0.4.0

diff: https://github.com/wallarm/gotestwaf/compare/v0.3.1...v0.4.0
This commit is contained in:
IndeedNotJames 2023-04-03 21:11:54 +02:00
parent 7c656856e9
commit 3a864570ba
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -5,16 +5,19 @@
buildGoModule rec { buildGoModule rec {
pname = "gotestwaf"; pname = "gotestwaf";
version = "0.3.1"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wallarm"; owner = "wallarm";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0c627bxx0mlxhc1fsd2k3x1lm5855pl215m88la662d70559z6k8"; hash = "sha256-waYX7DMyLW0eSzpFRyiCJQdYLFGaAKSlvGYrdcRfCl4=";
}; };
vendorSha256 = null; vendorHash = null;
# Some tests require networking as of v0.4.0
doCheck = false;
postFixup = '' postFixup = ''
# Rename binary # Rename binary