werf: update vendorSha256

This commit is contained in:
zowoq 2022-01-11 04:58:52 +10:00
parent 8398ddfcf7
commit 31f8c0e0c5
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ buildGoModule rec {
rev = "v${version}";
sha256 = "sha256-yLrCE0C8+LIXnBm4xG4q0vXtjTyau6mjkZ+/o/lbGhI=";
};
vendorSha256 = "sha256-xALB4QCIVpN0s1rR/fvHZFlFDf2trtG8yJKJLBRH4pw=";
vendorSha256 = "sha256-2pJpzu6TDkZ7tecwf7NfxN/gwSBIZmCFi2aJ+KTPkbM=";
proxyVendor = true;
nativeBuildInputs = [ pkg-config ];

View File

@ -34211,7 +34211,9 @@ with pkgs;
webwormhole = callPackage ../tools/networking/webwormhole { };
werf = callPackage ../applications/networking/cluster/werf {};
werf = callPackage ../applications/networking/cluster/werf {
buildGoModule = buildGo117Module;
};
wifi-password = callPackage ../os-specific/darwin/wifi-password {};