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

werf: 1.2.151 -> 1.2.153
This commit is contained in:
Ryan Mulligan 2022-08-12 19:10:24 -07:00 committed by GitHub
commit 2ae5f2d4bc
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.151";
version = "1.2.153";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-YgyR3BVkfQcluTamXlsCHHfqxbM1wqdmGsHPYDyMk8I=";
sha256 = "sha256-BdGeafZvMgH6qRyYrFPQp0r2470me755J6gUK9XkIJQ=";
};
vendorSha256 = "sha256-XpSAFiweD2oUKleD6ztDp1+3PpfUWXfGaaE/9mzRrUQ=";