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

libdatachannel: 0.21.0 -> 0.21.1
This commit is contained in:
Matthias Beyer 2024-05-15 19:25:22 +02:00 committed by GitHub
commit 0afa1438f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-hxXDovJAmuh15jFaxY9aESoTVVJ3u2twsX31U3txans=";
hash = "sha256-sTdA4kCIdY3l/YUNKbXzRDS1O0AFx90k94W3cJpfLIY=";
};
outputs = [ "out" "dev" ];