libdatachannel: 0.19.3 -> 0.19.4

This commit is contained in:
R. Ryantm 2023-12-09 14:22:24 +00:00
parent 4e9c954290
commit 48ea4703e9

View file

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