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

werf: 1.2.165 -> 1.2.166
This commit is contained in:
superherointj 2022-08-30 20:52:43 -03:00 committed by GitHub
commit 8c78593aa7
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.165";
version = "1.2.166";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-YL3hdWUmt6v58ObnVNhILtM/DSqNlFcaODhNxzPyF0o=";
sha256 = "sha256-8LBGdjcnZTejH+lRo0im+czJJHOfhpmEB4DXM/qugYs=";
};
vendorSha256 = "sha256-E5yDk48O7zze8QTeLQ999QmB8XLkpKNZ8JQ2wVRMGCU=";