athens: 0.12.1 -> 0.13.0

This commit is contained in:
Paul Meyer 2023-12-12 09:37:06 +01:00
parent 5d43a8764f
commit 19c4cb1dd7

View File

@ -4,16 +4,16 @@
}:
buildGo121Module rec {
pname = "athens";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "gomods";
repo = pname;
rev = "v${version}";
hash = "sha256-m75Ut1UVwz7uWneBwPxUL7aPOXIpy6YPqIXMwczHOpY=";
hash = "sha256-27BBPDK5lGwEFsgLf+/lE9CM8g1AbGUgM1iOL7XZqsU=";
};
vendorHash = "sha256-zK4EE242Gbgew33oxAUNxylKdhRdPhqP0Hrpu4sYiFg=";
vendorHash = "sha256-5U9ql0wszhr5H3hAo2utONuEh4mUSiO71XQHkAnMhZU=";
CGO_ENABLED = "0";
ldflags = [ "-s" "-w" "-buildid=" "-X github.com/gomods/athens/pkg/build.version=${version}" ];