gotestsum: 1.7.0 -> 1.8.0

This commit is contained in:
Michael Adler 2022-04-12 13:53:15 +02:00
parent e45e7cab9a
commit 82ab7c3799

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotestsum";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "v${version}";
sha256 = "sha256-nZaVi39dOytJTM69xpl+d9XoUt+yHdndPgY2ggfNeMQ=";
sha256 = "sha256-6GEkuVa6RCMv0FsTYXhhscVe3Ya78qwbj7Im9AL0fOo=";
};
vendorSha256 = "sha256-wP5y8Ec6eSe+rdMEQQdX0fFTQ0HWuiyBRHxGlraZd+o=";