snx-rs: 3.1.0 -> 3.1.1 (#390287)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:45:25 +00:00
committed by GitHub
2 changed files with 308 additions and 464 deletions
+305 -461
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -18,13 +18,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "snx-rs";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "ancwrd1";
repo = "snx-rs";
tag = "v${version}";
hash = "sha256-5kPXwnPjWoBHTzgSCkyaTvkKfPzaNkzjwnB/zSXnyiA=";
hash = "sha256-eWtoCU5JkpHGcOLzjzj9icDlnIW1y+fiEn5V/E5IQ4U=";
};
passthru.updateScript = nix-update-script { };
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"isakmp-0.1.0" = "sha256-3ZiJS+JI8c3Segv3UmVY/f2Ms5/u6sH3iR9Y8L7fGj4=";
"isakmp-0.1.0" = "sha256-bT/WXo5u/qmuLz39Yp+QVyXHwyQvl10frrtCJKb9WUQ=";
};
};