Skip to content

Commit

Permalink
turn-rs: 3.2.0 -> 3.3.2 (#370793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Jan 4, 2025
2 parents 05e366b + e3967be commit 7488963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tu/turn-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "turn-rs";
version = "3.2.0";
version = "3.3.2";

src = fetchFromGitHub {
owner = "mycrl";
repo = "turn-rs";
tag = "v${version}";
hash = "sha256-4I4mjG/euBL08v4xZdnrI8aTGVo5z2F2FDYtxKW1Qt8=";
hash = "sha256-ITs6kNI1g7k8bcSSG6GwPGY5U+mFGqCTU6JIEj9mH/Q=";
};

cargoHash = "sha256-yRlfqG6WEtF9ebHm8Mh4FtzfoRoaQhBnOQotSpisLck=";
cargoHash = "sha256-bmeTDMa/khX7fTDCGpf3U2LZPnkXL+bi69sv6NPnANI=";

passthru = {
updateScript = nix-update-script { };
Expand Down

0 comments on commit 7488963

Please sign in to comment.