libdatachannel: 0.22.5 -> 0.22.6

This commit is contained in:
R. Ryantm
2025-03-18 00:46:42 +00:00
parent 83b4051e4e
commit 5bf7949a27
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.22.5";
version = "0.22.6";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-6oJf7yHI47VOZtE2AKan+3GrcAgMMxJaZziNsSe7pdg=";
hash = "sha256-Xn2RfPFvCIx7gTFqxXbFVJZDkphZR94SAHJ+0ombf+8=";
};
outputs = [