Merge pull request #304131 from r-ryantm/auto-update/athens

athens: 0.13.2 -> 0.13.3

authored by Paul Meyer and committed by GitHub 53fc561b 505b2b91

+3 -3
+3 -3
pkgs/by-name/at/athens/package.nix
··· 6 6 }: 7 7 buildGoModule rec { 8 8 pname = "athens"; 9 - version = "0.13.2"; 9 + version = "0.13.3"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "gomods"; 13 13 repo = "athens"; 14 14 rev = "v${version}"; 15 - hash = "sha256-UKzR2eGIcAaQNXPx0P/V/1rO32JSr2fGl0U8mPzKjIM="; 15 + hash = "sha256-psO3x8xLWGSlsZT2HiAvYWP1rCvbWUx+WoJ4eves9lw="; 16 16 }; 17 17 18 - vendorHash = "sha256-NycAQsv/EZYVQz8FmVFcKoFpW7+MxguOxK4ry63A7N4="; 18 + vendorHash = "sha256-hk0hmkmhRPRbh2Yqf1lYei6iiKUurMfc1Y3VPNStcBs="; 19 19 20 20 CGO_ENABLED = "0"; 21 21 ldflags = [ "-s" "-w" "-X github.com/gomods/athens/pkg/build.version=${version}" ];