go-junit-report: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-10-19 06:29:37 +00:00
parent 1ae1ab8d01
commit 8ee045a5b1

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "go-junit-report"; pname = "go-junit-report";
version = "2.0.0"; version = "2.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jstemmer"; owner = "jstemmer";
repo = "go-junit-report"; repo = "go-junit-report";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Xz2tJtacsd6PqqA0ZT2eRgTACZonhdDtRWfBGcHW3A4="; sha256 = "sha256-s4XVjACmpd10C5k+P3vtcS/aWxI6UkSUPyxzLhD2vRI=";
}; };
vendorHash = "sha256-+KmC7m6xdkWTT/8MkGaW9gqkzeZ6LWL0DXbt+12iTHY="; vendorHash = "sha256-+KmC7m6xdkWTT/8MkGaW9gqkzeZ6LWL0DXbt+12iTHY=";