libdatachannel: 0.19.1 -> 0.19.2

This commit is contained in:
R. Ryantm 2023-10-21 08:57:10 +00:00
parent 171a116a56
commit a2e97cffbc

View File

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