Skip to content

Commit bd8e0f4

Browse files
snx-rs: 3.1.1 -> 3.1.2 (#399158)
Co-authored-by: Shavyn <[email protected]>
2 parents 1189b6d + fbc1361 commit bd8e0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sn/snx-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}:
1919
rustPlatform.buildRustPackage rec {
2020
pname = "snx-rs";
21-
version = "3.1.1";
21+
version = "3.1.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "ancwrd1";
2525
repo = "snx-rs";
2626
tag = "v${version}";
27-
hash = "sha256-eWtoCU5JkpHGcOLzjzj9icDlnIW1y+fiEn5V/E5IQ4U=";
27+
hash = "sha256-bLuIXd2pqqiyEP+lDTJYVDZkRZ0HcDkKFZd/qlpuf98=";
2828
};
2929

3030
passthru.updateScript = nix-update-script { };
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
5757
];
5858

5959
useFetchCargoVendor = true;
60-
cargoHash = "sha256-Hjc2wKkNmlVjZb5wz9fq9hzUsxXJyeFYq+4C+weUlq0=";
60+
cargoHash = "sha256-E5OJVf9CkLn5mFtk4Yacs2OIvAuIw0idSs7QuTNvfgU=";
6161

6262
meta = {
6363
description = "Open source Linux client for Checkpoint VPN tunnels";

0 commit comments

Comments
 (0)