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

websocat: 1.5.0 -> 1.6.0
This commit is contained in:
Mario Rodas 2020-07-14 08:56:10 -05:00 committed by GitHub
commit 9960105e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
pkgs/tools/misc/websocat

View File

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "websocat"; pname = "websocat";
version = "1.5.0"; version = "1.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vi"; owner = "vi";
repo = "websocat"; repo = "websocat";
rev = "v${version}"; rev = "v${version}";
sha256 = "1lmra91ahpk4gamhnbdr066hl4vzwfh5i09fbabzdnxcvylbx8zf"; sha256 = "0iilq96bxcb2fsljvlgy47pg514w0jf72ckz39yy3k0gwc1yfcja";
}; };
cargoBuildFlags = [ "--features=ssl" ]; cargoBuildFlags = [ "--features=ssl" ];
cargoSha256 = "09chj0bgf4r8v5cjq0hvb84zvh98nrzrh1m0wdqjy5gi7zc30cis"; cargoSha256 = "1hsms8rlnds8npr8m0dm21h04ci5ljda09pqb598v7ny3j2dldiq";
nativeBuildInputs = [ pkgconfig makeWrapper ]; nativeBuildInputs = [ pkgconfig makeWrapper ];
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security; buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;