Merge pull request #238232 from r-ryantm/auto-update/gotestfmt

gotestfmt: 2.4.1 -> 2.5.0
This commit is contained in:
figsoda 2023-06-17 08:33:18 -04:00 committed by GitHub
commit f45ce7e971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotestfmt";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "gotesttools";
repo = pname;
rev = "v${version}";
hash = "sha256-Rb/nIsHISzvqd+jJU4TNrHbailvgGEq4y0JuM9IdA3w=";
hash = "sha256-7mLn2axlHoXau9JtLhk1zwzhxkFGHgYPo7igI+IAsP4=";
};
vendorHash = null;