werf: 1.2.233 -> 1.2.235

This commit is contained in:
Azat Bahawi
2023-05-22 01:36:55 +03:00
parent ddf8259f5b
commit 1619fe4067

View File

@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.233";
version = "1.2.235";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-3T8LbMbM9ZcG8uLspZSNvM7LYuDAOIWweZsYPTC/DOY=";
hash = "sha256-fEo/hHVV+xv60VNe9AqjrP4JGzGXcM8yr/KjhRfOAhk=";
};
vendorHash = "sha256-AKoK/WAelzMhu9W1zoRe4p5Cx/3NzktLGJEG7gPXekQ=";
vendorHash = "sha256-1r32uT98I/pd6lxCb3bKy6uxJJodsaslwy9wynE4Pmg=";
proxyVendor = true;
@@ -64,10 +64,6 @@ buildGoModule rec {
integration/suites \
pkg/true_git/*test.go \
test/e2e
# Remove failing tests.
rm -rf \
cmd/werf/docs/replacers/kubectl/kubectl_test.go
'' + lib.optionalString (CGO_ENABLED == 0) ''
# A workaround for osusergo.
export USER=nixbld