snx-rs: 2.9.0 -> 3.0.3 (#380867)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-14 20:25:31 +01:00
committed by GitHub
2 changed files with 402 additions and 230 deletions
+398 -226
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -18,13 +18,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "snx-rs";
version = "2.9.0";
version = "3.0.3";
src = fetchFromGitHub {
owner = "ancwrd1";
repo = "snx-rs";
rev = "v2.9.0";
hash = "sha256-9uTawt9Lk3YJbw8hzrP91bEaPGT1wZehrmCWDKYrw5w=";
tag = "v${version}";
hash = "sha256-TrA0uwzBhITCQ0ql8z1og1iNbH4eJlmzXFPbOpnN5do=";
};
passthru.updateScript = nix-update-script { };
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"isakmp-0.1.0" = "sha256-H8yLwIUzlaPA0kJEfdGn8jvSjs27zWeIFdHlF3HitRk=";
"isakmp-0.1.0" = "sha256-S34NN57l5MzyGXso01GSMCGPiYYEJc1mDluXoWQ0Y1k=";
};
};