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

werf: 1.2.160 -> 1.2.163
This commit is contained in:
Bobby Rong 2022-08-20 11:57:52 +08:00 committed by GitHub
commit a396139c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.160";
version = "1.2.163";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-UeZpH6A/N+frShOOVeRCsIXdBKiI0chsxQvsGJF5JwE=";
sha256 = "sha256-TgXJ5l/vWHIlAEMmPWM50AOMHU9crsmjtxJdmGzPM+w=";
};
vendorSha256 = "sha256-XpSAFiweD2oUKleD6ztDp1+3PpfUWXfGaaE/9mzRrUQ=";