libdatachannel: 0.19.2 -> 0.19.3

This commit is contained in:
Franz Pletz 2023-10-31 15:51:40 +00:00
parent fb83fbd42e
commit 235d8a1cab
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.19.2";
version = "0.19.3";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = pname;
rev = "v${version}";
hash = "sha256-x7/jgoaFVfx5j+CP8S/uIwkzjGskEqsY2Jxsd/Mj4VM=";
hash = "sha256-Cx+AfoeLOcqlrEVNuvMPJaY6K7ufu07p9XdjNwtPYf0=";
};
outputs = [ "out" "dev" ];