turn-rs: revert 3.3.2 back to 3.2.0; useFetchCargoVendor (#378002)

This commit is contained in:
Sefa Eyeoglu
2025-01-30 16:08:07 +01:00
committed by GitHub
+4 -3
View File
@@ -8,16 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "turn-rs";
version = "3.3.2";
version = "3.2.0";
src = fetchFromGitHub {
owner = "mycrl";
repo = "turn-rs";
tag = "v${version}";
hash = "sha256-ITs6kNI1g7k8bcSSG6GwPGY5U+mFGqCTU6JIEj9mH/Q=";
hash = "sha256-4I4mjG/euBL08v4xZdnrI8aTGVo5z2F2FDYtxKW1Qt8=";
};
cargoHash = "sha256-bmeTDMa/khX7fTDCGpf3U2LZPnkXL+bi69sv6NPnANI=";
useFetchCargoVendor = true;
cargoHash = "sha256-qSYGcZdMn7uelufs6z1UQtLxrRbBGNf3o1a1jR+qiqo=";
passthru = {
updateScript = nix-update-script { };