summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/at/athens/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/at/athens/package.nix')
-rw-r--r--pkgs/by-name/at/athens/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/at/athens/package.nix b/pkgs/by-name/at/athens/package.nix
index c53c571c036f..2310b5b9f7fd 100644
--- a/pkgs/by-name/at/athens/package.nix
+++ b/pkgs/by-name/at/athens/package.nix
@@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "athens";
- version = "0.13.1";
+ version = "0.13.2";
src = fetchFromGitHub {
owner = "gomods";
repo = "athens";
rev = "v${version}";
- hash = "sha256-tyheAQ+j1mkkkJr0yTyzWwoEFMcTfkJN+qFbb6Zcs+s=";
+ hash = "sha256-UKzR2eGIcAaQNXPx0P/V/1rO32JSr2fGl0U8mPzKjIM=";
};
- vendorHash = "sha256-8+PdkanodNZW/xeFf+tDm3Ej7DRSpBBtiT/CqjnWthw=";
+ vendorHash = "sha256-NycAQsv/EZYVQz8FmVFcKoFpW7+MxguOxK4ry63A7N4=";
CGO_ENABLED = "0";
ldflags = [ "-s" "-w" "-X github.com/gomods/athens/pkg/build.version=${version}" ];