libdatachannel: 0.20.2 -> 0.20.3

This commit is contained in:
R. Ryantm 2024-04-17 14:23:48 +00:00
parent d84b5d7735
commit e4c3950069
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-bBSsD845iwCMA7TdMBxzezjNbMaGwvRq6rvY/8NLYRU=";
hash = "sha256-QVyHDeT5gh+e3jOx9PjubIVq1xQ9eA7CxbP91X/xxT8=";
};
outputs = [ "out" "dev" ];