Merge pull request #136803 from em0lar/vouch-proxy-0.34.0

vouch-proxy: 0.32.0 -> 0.34.0
This commit is contained in:
Sandro 2021-09-07 23:34:37 +02:00 committed by GitHub
commit be6b7a3cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vouch-proxy";
version = "0.32.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "vouch";
repo = "vouch-proxy";
rev = "v${version}";
sha256 = "sha256-thA3hsGNDifUc0XFsOB8cjJTrz4NY+NtK05a20AFzJ8=";
sha256 = "sha256-xkCnBRGSryFf90dOeoZKQhugX66zkF/gYF1v6N9yjTQ=";
};
vendorSha256 = "sha256-ifH+420FIrib+zQtzzHtMMYd84BED+vgnRw4xToYIl4=";