Unverified Commit e3cb431f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #300589 from r-ryantm/auto-update/websocat

websocat: 1.12.0 -> 1.13.0
parents 8536abe0 05179028
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
  pname = "websocat";
  version = "1.12.0";
  version = "1.13.0";

  src = fetchFromGitHub {
    owner = "vi";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-wyVys+1g2klgwFHlKHI0ztd2qSlWyNXJoFvFCd1PGjo=";
    sha256 = "sha256-tQvI3wlNDa+S3KK4z0NFGuB/QLXlSsyipvzO0xIrBIo=";
  };

  cargoHash = "sha256-fakXOPQOEaKEt+AeOYlhumULJyjRHHXFKz4o9AD7WE0=";
  cargoHash = "sha256-hkfFhx0y2v122ozeWMm+tu+EHSxzu/bSbCpXKIm57rQ=";

  nativeBuildInputs = [ pkg-config makeWrapper ];
  buildInputs = [ openssl ]