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

gotestsum: 0.6.0 -> 1.6.1

authored by

Sandro and committed by
GitHub
72b0cc17 aef7b0b5

+3 -3
+3 -3
pkgs/development/tools/gotestsum/default.nix
··· 2 3 buildGoModule rec { 4 pname = "gotestsum"; 5 - version = "0.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "gotestyourself"; 9 repo = "gotestsum"; 10 rev = "v${version}"; 11 - sha256 = "0w0s2qvwnb69s18gvkkbwsx9zh7yi8ksnnrfpl8az8sybk6m1iaz"; 12 }; 13 14 - vendorSha256 = "09cifc69z1ashjw1mqgbi0gh90h2sypqyl0jswxxcqk89ibgy3am"; 15 16 doCheck = false; 17
··· 2 3 buildGoModule rec { 4 pname = "gotestsum"; 5 + version = "1.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "gotestyourself"; 9 repo = "gotestsum"; 10 rev = "v${version}"; 11 + sha256 = "sha256-eJxrdR3JYqF+GexcwnyHV4xO75stEDNFzxDtky7PVc8="; 12 }; 13 14 + vendorSha256 = "sha256-VQ3/VkxoYtY71xJQj6/XAoIEH4jr4Rq4hFqFnwxzkSU="; 15 16 doCheck = false; 17