Merge pull request #304801 from r-ryantm/auto-update/libdatachannel

libdatachannel: 0.20.2 -> 0.20.3
This commit is contained in:
Weijia Wang 2024-04-27 03:42:45 +02:00 committed by GitHub
commit 36a33236b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-bBSsD845iwCMA7TdMBxzezjNbMaGwvRq6rvY/8NLYRU=";
hash = "sha256-QVyHDeT5gh+e3jOx9PjubIVq1xQ9eA7CxbP91X/xxT8=";
};
outputs = [ "out" "dev" ];