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

libdatachannel: 0.19.4 -> 0.19.5
This commit is contained in:
Nick Cao 2024-01-08 11:36:23 -05:00 committed by GitHub
commit 6e3954b71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.19.4";
version = "0.19.5";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = pname;
rev = "v${version}";
hash = "sha256-XtD46tEV6RU1xbQgGA/nP6zWMgnZkOffVPdl8t/hIiA=";
hash = "sha256-XTfe0NqDQWx4ISgEiUbzACH9csaG+IrUvwss07dnz80=";
};
outputs = [ "out" "dev" ];