gotestsum: 1.12.2 -> 1.12.3

This commit is contained in:
R. Ryantm
2025-06-19 05:30:51 +00:00
parent 78dbeb4496
commit 9ca2fccd22

View File

@@ -5,16 +5,16 @@
}:
buildGoModule (finalAttrs: {
pname = "gotestsum";
version = "1.12.2";
version = "1.12.3";
src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
tag = "v${finalAttrs.version}";
hash = "sha256-l4K+8J24egaKS64inQrBWnPLLGBu1W03OUi4WWQoAgs=";
hash = "sha256-j8lB0TIHK8/yMzaTB5OOaboEtnB6IsTybz8sJbNoQt4=";
};
vendorHash = "sha256-SJacdFAdMiKDGLnEEBKnblvHglIBIKf2N20EOFCPs88=";
vendorHash = "sha256-UInHqKzntK0fYsUKZ2jW4akymeRd3sMQKf8+//TQb7g=";
doCheck = false;