1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

athens: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-06-09 14:17:27 +00:00
parent 7cf6063c54
commit 74ca8895bc

View file

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "athens";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "gomods";
repo = "athens";
rev = "v${version}";
hash = "sha256-5E9jBV+m19AUtSTpTlkCx8JUHwlcM2pgSGfo4zPqDNk=";
hash = "sha256-vpg5EcQSxVFjDFKa4oHwF5fNHhLWtj3ZMi2wbMZNn/8=";
};
vendorHash = "sha256-LajNPzGbWqW+9aqiquk2LvSUjKwi1gbDY4cKXmn3PWk=";