We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c474 commit e145c35Copy full SHA for e145c35
1 file changed
pkgs/tools/misc/websocat/default.nix
@@ -2,17 +2,17 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "websocat";
5
- version = "1.5.0";
+ version = "1.6.0";
6
7
src = fetchFromGitHub {
8
owner = "vi";
9
repo = "websocat";
10
rev = "v${version}";
11
- sha256 = "1lmra91ahpk4gamhnbdr066hl4vzwfh5i09fbabzdnxcvylbx8zf";
+ sha256 = "0iilq96bxcb2fsljvlgy47pg514w0jf72ckz39yy3k0gwc1yfcja";
12
};
13
14
cargoBuildFlags = [ "--features=ssl" ];
15
- cargoSha256 = "09chj0bgf4r8v5cjq0hvb84zvh98nrzrh1m0wdqjy5gi7zc30cis";
+ cargoSha256 = "1hsms8rlnds8npr8m0dm21h04ci5ljda09pqb598v7ny3j2dldiq";
16
17
nativeBuildInputs = [ pkgconfig makeWrapper ];
18
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;
0 commit comments