steampipe: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 08:12:45 +10:00
parent a92cc53bf2
commit ab7ae50ce7
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-xLw3y9DYkei0MoErsMpSDhEK73lK9b13st+DqHvvhys=";
};
vendorSha256 = "sha256-MTSkWrutDKmsaTI9/L8wh3tWwra/F3+bP0RyVi4DMqE=";
vendorSha256 = "sha256-hqjjwYBVnuw7Bt2901tPIkfvYLy955IdeMbeSWTjtL0=";
proxyVendor = true;
# tests are failing for no obvious reasons

View File

@ -3722,7 +3722,9 @@ with pkgs;
statserial = callPackage ../tools/misc/statserial { };
steampipe = callPackage ../tools/misc/steampipe { };
steampipe = callPackage ../tools/misc/steampipe {
buildGoModule = buildGo117Module;
};
step-ca = callPackage ../tools/security/step-ca {
inherit (darwin.apple_sdk.frameworks) PCSC;