0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

turn-rs: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm 2024-12-01 14:42:08 +00:00
parent 10f06c512e
commit 95c4829df8

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 { };