File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818} :
1919rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments