gotestsum: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2022-07-28 13:29:18 +00:00
parent 2d9b7cb5f0
commit 69888185e9

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotestsum";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "v${version}";
sha256 = "sha256-6GEkuVa6RCMv0FsTYXhhscVe3Ya78qwbj7Im9AL0fOo=";
sha256 = "sha256-EACzBakuMlwDUJTk/63OxFx3olNtyDLBYRdGE9BSSYI=";
};
vendorSha256 = "sha256-wP5y8Ec6eSe+rdMEQQdX0fFTQ0HWuiyBRHxGlraZd+o=";