about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-05-02 10:36:05 +0200
committerGitHub <noreply@github.com>2024-05-02 10:36:05 +0200
commit43e297e1d2b04b4b4796e5801bbe5786161f7338 (patch)
tree203ffbfef7b54b2c5ca6e9c7855f24c67656c826 /pkgs
parent2e9d7dca27336d8b75baa53c782e9ba94f8da2ab (diff)
parent4801bbcb86ca2e170bff6dffe07b26ba4f1dabd7 (diff)
Merge pull request #308451 from r-ryantm/auto-update/athens
athens: 0.13.3 -> 0.14.0
Diffstat (limited to 'pkgs')
-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 627a2f1b31def..3f9e3755efac4 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.3";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "gomods";
     repo = "athens";
     rev = "v${version}";
-    hash = "sha256-psO3x8xLWGSlsZT2HiAvYWP1rCvbWUx+WoJ4eves9lw=";
+    hash = "sha256-5E9jBV+m19AUtSTpTlkCx8JUHwlcM2pgSGfo4zPqDNk=";
   };
 
-  vendorHash = "sha256-hk0hmkmhRPRbh2Yqf1lYei6iiKUurMfc1Y3VPNStcBs=";
+  vendorHash = "sha256-LajNPzGbWqW+9aqiquk2LvSUjKwi1gbDY4cKXmn3PWk=";
 
   CGO_ENABLED = "0";
   ldflags = [ "-s" "-w" "-X github.com/gomods/athens/pkg/build.version=${version}" ];