turn-rs: 3.1.0 -> 3.2.0 (#360784)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-02 12:01:07 +00:00 committed by GitHub
commit 6785af4d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "turn-rs";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "mycrl";
repo = "turn-rs";
rev = "refs/tags/v${version}";
hash = "sha256-uXMRDgSHrwT6+kejWRSE1WjXO8LaOR+fnffIXcL3A4I=";
hash = "sha256-4I4mjG/euBL08v4xZdnrI8aTGVo5z2F2FDYtxKW1Qt8=";
};
cargoHash = "sha256-gO2vuOQMvl6KYp529k3CYDyma5ECzOr/lcSvP4OpUUo=";
cargoHash = "sha256-yRlfqG6WEtF9ebHm8Mh4FtzfoRoaQhBnOQotSpisLck=";
passthru = {
updateScript = nix-update-script { };