libdatachannel: 0.22.4 -> 0.22.5

This commit is contained in:
R. Ryantm
2025-02-14 13:38:47 +00:00
parent 62172c1d3a
commit c71264034d
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.22.4";
version = "0.22.5";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-mnBB2UyeQ73NckE3uF91RhezJDKMQeoOKn8515ygrU0=";
hash = "sha256-6oJf7yHI47VOZtE2AKan+3GrcAgMMxJaZziNsSe7pdg=";
};
outputs = [