Merge pull request #120191 from r-ryantm/auto-update/gotestsum

gotestsum: 1.6.3 -> 1.6.4

authored by Ryan Mulligan and committed by GitHub ebc92ded c86bd275

+2 -2
+2 -2
pkgs/development/tools/gotestsum/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gotestsum"; 5 - version = "1.6.3"; 5 + version = "1.6.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gotestyourself"; 9 9 repo = "gotestsum"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-xUDhJLTO3JZ7rlUUzcypUev60qmRK9zOlO2VYeXqT4o="; 11 + sha256 = "sha256-5iSUk/J73enbc/N3bn7M4oj2A0yoF1jTWpnXD380hFI="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-sHi8iW+ZV/coeAwDUYnSH039UNtUO9HK0Bhz9Gmtv8k=";