Skip to content

Commit 664c5ad

Browse files
authored
rshijack: 0.5.1 -> 0.5.2 (#352415)
2 parents cfbf77c + 61cc9c8 commit 664c5ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/rshijack/default.nix

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

33
rustPlatform.buildRustPackage rec {
44
pname = "rshijack";
5-
version = "0.5.1";
5+
version = "0.5.2";
66

77
src = fetchFromGitHub {
88
owner = "kpcyrd";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-UyrHMw+3JE4zR+N7rdcTkLP3m4h6txkYa8uG9r7S9ZE=";
11+
sha256 = "sha256-vTbjb0tm6jCP9+QWG5R83v31W6RUgSEv96iR37QdnFo=";
1212
};
1313

14-
cargoHash = "sha256-bGGbZ3JXeo6eytiDHrgHOQN3VgfaqtWssz5hY0RZoZ0=";
14+
cargoHash = "sha256-3rDPk+lPRrDrE2iqHAOi7zhyc+xYPXkM9P4Bu0JUL40=";
1515

1616
meta = with lib; {
1717
description = "TCP connection hijacker";

0 commit comments

Comments
 (0)