Commit d8f9bcbc authored by figsoda's avatar figsoda
Browse files

treewide: remove empty go vendor hashes

parent 9f05e44d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildGoModule rec {
    hash = "sha256-hNZqGTV17rFSKLhZzNqH2E4SSb6Jhk7YQ4TN0HnE+9g=";
  };

  vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
  vendorSha256 = null;

  meta = with lib; {
    description = "Inspect the plaintext payload inside of proxied TLS connections";
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ let
      hash = "sha256-wchj5KjhTmhc4XVW0sRFCcyx5W9am8TNAIhej3WFWXU=";
    };

    vendorHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
    vendorHash = null;

    excludedPackages = [ "./example" ];

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildGoModule rec {
    sha256 = "sha256-pb/dJfEXz13myT6XadCg0kKd+n9bcHNBc84ES+hDw2Y=";
  };

  vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
  vendorSha256 = null;

  subPackages = [ "." ];

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ buildGoModule {

  nativeBuildInputs = [ cmake ninja perl ];

  vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
  vendorSha256 = null;

  # hack to get both go and cmake configure phase
  # (if we use postConfigure then cmake will loop runHook postConfigure)
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildGoModule rec {
    sha256 = "sha256-YxIVqPGsqxvOY0Qz4Jw5FuO9IbplCICjChosnHrSCgc=";
  };

  vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
  vendorSha256 = null;

  # This package comes with its own version of goimports, gofmt and goreturns
  # but these binaries are outdated and are offered by other packages.
Loading