libdatachannel: 0.22.6 -> 0.23.0

This commit is contained in:
R. Ryantm
2025-06-11 14:02:35 +00:00
parent 769a46f5d2
commit 3b267151f0
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.22.6";
version = "0.23.0";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-Xn2RfPFvCIx7gTFqxXbFVJZDkphZR94SAHJ+0ombf+8=";
hash = "sha256-bzheNNG6J0tswFZT+Vlqm2FS9MArois46yb8XeL5YqI=";
};
outputs = [