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

websocat: 1.12.0 -> 1.13.0
This commit is contained in:
Nick Cao 2024-04-01 10:44:14 -04:00 committed by GitHub
commit e3cb431fab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ]