Revert "turn-rs: 3.2.0 -> 3.3.2"

This reverts commit e3967be411.

The 3.3.2 tag appears to have been deleted before Hydra had a chance
to fetch it.  Revert to a version that we can actually build.  (An
attempt to update to 3.3.3 is currently stuck with failing CI.)
This commit is contained in:
Alyssa Ross
2025-01-30 15:49:42 +01:00
parent d5d4a123b6
commit 04a8526d22
+3 -3
View File
@@ -8,16 +8,16 @@
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=";
cargoHash = "sha256-yRlfqG6WEtF9ebHm8Mh4FtzfoRoaQhBnOQotSpisLck=";
passthru = {
updateScript = nix-update-script { };