go-junit-report: 1.0.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-07-28 13:06:31 +00:00
parent 2d9b7cb5f0
commit 1670ecbd75

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-junit-report";
version = "1.0.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "jstemmer";
repo = "go-junit-report";
rev = "v${version}";
sha256 = "sha256-/ER99EmYrERBjcJeYeV3GBq6lDjACM0loICg41hUuPQ=";
sha256 = "sha256-Xz2tJtacsd6PqqA0ZT2eRgTACZonhdDtRWfBGcHW3A4=";
};
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorSha256 = "sha256-+KmC7m6xdkWTT/8MkGaW9gqkzeZ6LWL0DXbt+12iTHY=";
ldflags = [ "-s" "-w" ];