gotestsum: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-07-12 04:01:55 +00:00
parent ab7b093937
commit 0e0c8929cc

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gotestsum";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "refs/tags/v${version}";
hash = "sha256-4Gcylc1x+GNLcAV/xBafxEdFCh6gKz9X2jMPZXxktLo=";
hash = "sha256-Sq0ejnX7AJoPf3deBge8PMOq1NlMbw+Ljn145C5MQ+s=";
};
vendorHash = "sha256-zUqa6xlDV12ZV4N6+EZ7fLPsL8U+GB7boQ0qG9egvm0=";