Merge pull request #229021 from r-ryantm/auto-update/gortr

gortr: 0.14.7 -> 0.14.8
This commit is contained in:
figsoda 2023-04-29 21:49:34 -04:00 committed by GitHub
commit 762ae7b223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gortr";
version = "0.14.7";
version = "0.14.8";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "10dq42d3hb6a3ln3x1rag1lqzhwqb66xn4q8k4igjkn5my81nr6q";
sha256 = "sha256-3aZf5HINoFIJrN+196kk1lt2S+fN9DlQakwGnkMU5U8=";
};
vendorSha256 = "1nwrzbpqycr4ixk8a90pgaxcwakv5nlfnql6hmcc518qrva198wp";
vendorHash = null;
meta = with lib; {
description = "The RPKI-to-Router server used at Cloudflare";