libdatachannel: 0.23.0 -> 0.23.1

This commit is contained in:
R. Ryantm 2025-06-30 13:54:10 +00:00
parent a630831ddc
commit dd85534711

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdatachannel";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "paullouisageneau";
repo = "libdatachannel";
rev = "v${version}";
hash = "sha256-bzheNNG6J0tswFZT+Vlqm2FS9MArois46yb8XeL5YqI=";
hash = "sha256-+2xJ3H5tnlP015dr0V5WidMl434EsMHwu6p7SrvizgM=";
};
outputs = [