werf: update vendorSha256
This commit is contained in:
parent
8398ddfcf7
commit
31f8c0e0c5
@ -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 ];
|
||||
|
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user