gotestsum: 1.6.3 -> 1.6.4

This commit is contained in:
R. RyanTM 2021-04-22 10:35:57 +00:00
parent ca79e14afe
commit e485139541

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gotestsum"; pname = "gotestsum";
version = "1.6.3"; version = "1.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gotestyourself"; owner = "gotestyourself";
repo = "gotestsum"; repo = "gotestsum";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-xUDhJLTO3JZ7rlUUzcypUev60qmRK9zOlO2VYeXqT4o="; sha256 = "sha256-5iSUk/J73enbc/N3bn7M4oj2A0yoF1jTWpnXD380hFI=";
}; };
vendorSha256 = "sha256-sHi8iW+ZV/coeAwDUYnSH039UNtUO9HK0Bhz9Gmtv8k="; vendorSha256 = "sha256-sHi8iW+ZV/coeAwDUYnSH039UNtUO9HK0Bhz9Gmtv8k=";