libdatachannel: 0.21.1 -> 0.21.2

This commit is contained in:
R. Ryantm
2024-07-02 14:50:58 +00:00
parent 0ef1870535
commit 0fdc7ffe70
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-sTdA4kCIdY3l/YUNKbXzRDS1O0AFx90k94W3cJpfLIY=";
hash = "sha256-3fax57oaJvOgbTDPCiiUdtsfAGhICfPkuMihawq06SA=";
};
outputs = [ "out" "dev" ];