Skip to content

Commit e145c35

Browse files
committed
websocat: 1.5.0 -> 1.6.0
1 parent c87c474 commit e145c35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/misc/websocat/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "websocat";
5-
version = "1.5.0";
5+
version = "1.6.0";
66

77
src = fetchFromGitHub {
88
owner = "vi";
99
repo = "websocat";
1010
rev = "v${version}";
11-
sha256 = "1lmra91ahpk4gamhnbdr066hl4vzwfh5i09fbabzdnxcvylbx8zf";
11+
sha256 = "0iilq96bxcb2fsljvlgy47pg514w0jf72ckz39yy3k0gwc1yfcja";
1212
};
1313

1414
cargoBuildFlags = [ "--features=ssl" ];
15-
cargoSha256 = "09chj0bgf4r8v5cjq0hvb84zvh98nrzrh1m0wdqjy5gi7zc30cis";
15+
cargoSha256 = "1hsms8rlnds8npr8m0dm21h04ci5ljda09pqb598v7ny3j2dldiq";
1616

1717
nativeBuildInputs = [ pkgconfig makeWrapper ];
1818
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;

0 commit comments

Comments
 (0)