libdatachannel: 0.19.4 -> 0.19.5

This commit is contained in:
R. Ryantm 2024-01-08 05:37:23 +00:00
parent 51b86cad4d
commit f6325018a4

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" ];