gotestfmt: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm 2023-06-17 10:22:38 +00:00
parent 7cc30fd537
commit b1bafa5726

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;