vouch-proxy: 0.37.0 -> 0.37.3

This commit is contained in:
R. Ryantm 2022-08-17 01:25:44 +00:00 committed by Kerstin
parent 6c36827e98
commit 6ccc885f06

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vouch-proxy";
version = "0.37.0";
version = "0.37.3";
src = fetchFromGitHub {
owner = "vouch";
repo = "vouch-proxy";
rev = "v${version}";
sha256 = "0rcc5b3v5d9v4y78z5fnjbn1k10xy8cpgxjhqc7j22k9wkic05mh";
sha256 = "sha256-zXt1Xo6xq1g1putx4q6z7SEXK4lNGRgRnNPXajL5Znw=";
};
vendorSha256 = "0pi230xcaf0wkphfn3s4h3riviihxlqwyb9lzfdvh8h5dpizxwc9";
vendorSha256 = "sha256-E1x1QTagXkL4NQ7REDuTHpUaadiz72e3jMLPVquSSV4=";
ldflags = [
"-s" "-w"