Merge pull request #300941 from msanft/athens/0.13.2

athens: `0.13.1` -> `0.13.2`

authored by Paul Meyer and committed by GitHub 0d4d1954 146761d5

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