about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-04-03 07:48:00 +0200
committerGitHub <noreply@github.com>2024-04-03 07:48:00 +0200
commit0d4d195459dcb13a901340a36c573277c49b967b (patch)
treeced2e4827c5af545c9ef37d5b8a8ae8514f7397e
parent146761d532bf29b60e3b79fa71ab27b8c9fd7c86 (diff)
parent67710fb2b3df3e7f073558114fe9c1c4223f5ba7 (diff)
Merge pull request #300941 from msanft/athens/0.13.2
athens: `0.13.1` -> `0.13.2`
-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 c53c571c036f2..2310b5b9f7fd8 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}" ];