libdatachannel: 0.21.2 -> 0.22.2

This commit is contained in:
R. Ryantm 2024-10-24 00:29:03 +00:00 committed by Weijia Wang
parent 1546e0871c
commit 2ff82ba8de

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.21.2";
version = "0.22.2";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-3fax57oaJvOgbTDPCiiUdtsfAGhICfPkuMihawq06SA=";
hash = "sha256-ZGxv4JfJ3b0S7zacIHBlBtCbChADCQG1CfxStA1lKKE=";
};
outputs = [