Merge pull request #184135 from r-ryantm/auto-update/werf

werf: 1.2.140 -> 1.2.144
This commit is contained in:
Bobby Rong 2022-07-31 21:21:46 +08:00 committed by GitHub
commit a1024e4f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.140";
version = "1.2.144";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-StlIq7Xt71R2Yy2qeEC1faRQdlQSg6aQKwO8pVFMYGw=";
sha256 = "sha256-5hfXHoU7hmiuLaS9nS6MAS6tJAmTwxE9VqBZ29hv56A=";
};
vendorSha256 = "sha256-jeRLA6dRvdKGWexR6/P6Vx39UmSK4Hhb/nyR3irMuWA=";
vendorSha256 = "sha256-m+qt+pqLzQyzQkKzEbBkzgTlRjpaqJNF8tcirBx4Htc=";
proxyVendor = true;