wstunnel: 10.1.6 -> 10.1.7 (#364341)

This commit is contained in:
Aleksana
2024-12-12 21:27:11 +08:00
committed by GitHub
2 changed files with 9 additions and 3487 deletions
-3479
View File
File diff suppressed because it is too large Load Diff
+9 -8
View File
@@ -6,10 +6,11 @@
nixosTests,
nix-update-script,
versionCheckHook,
apple-sdk_11,
}:
let
version = "10.1.6";
version = "10.1.7";
in
rustPlatform.buildRustPackage {
@@ -20,18 +21,18 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
rev = "v${version}";
hash = "sha256-ufssj7m5mly2B33e1DWY2e6AH0zTPh3SozYc663QjJ4=";
hash = "sha256-WqTHU4W/MUzmJ/totr8vfSDlNXirJE5KfgNglOen65w=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"fastwebsockets-0.8.0" = "sha256-eqtCh9fMOG2uvL/GLUVXNiSB+ovYLc/Apuq9zssn8hU=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-Cs6zSHvqItqwGh3FMn7Iv7SyMk72sp6cH9Wn09UYMsk=";
nativeBuildInputs = [ versionCheckHook ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
];
doInstallCheck = true;
checkFlags = [