Skip to content

Commit

Permalink
turn-rs: 3.1.0 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 1, 2024
1 parent 10f06c5 commit 95c4829
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.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 { };
Expand Down

0 comments on commit 95c4829

Please sign in to comment.