Unverified Commit 25bea19c authored by Benjamin Manuel's avatar Benjamin Manuel
Browse files

jfrog-cli: set proxyVendor due to case sensitivity issues



Co-authored-by: default avatarJonas Köhnen <mail@satoqz.net>
parent 34254e38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ buildGo123Module rec {
    hash = "sha256-ddwGmXb616kDNNNTNUykiEWX/2ihUpgetZ/va943RiQ=";
  };

  vendorHash = "sha256-CT+flwvPC9IRWBMyCHtj25F/szeeno9OHMs3+D0J58g=";
  proxyVendor = true;
  vendorHash = "sha256-1xUCQF2UDHAmzibixv9pR6G2gvXxIStCyBuz608UpIQ=";

  postPatch = ''
    # Patch out broken test cleanup.