We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f282aec + 5b5c0c4 commit 6360d46Copy full SHA for 6360d46
1 file changed
pkgs/by-name/li/libdatachannel/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "libdatachannel";
17
- version = "0.23.2";
+ version = "0.24.1";
18
19
src = fetchFromGitHub {
20
owner = "paullouisageneau";
21
repo = "libdatachannel";
22
- rev = "v${finalAttrs.version}";
23
- hash = "sha256-76rlnO0wr7xQAGCc0GmpHQldzHKnZ8NZWpHmrE70h/c=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-rYksY3AJb5LFSGg/yr+cNFYQIRChPocDXeA8xaMCtzQ=";
24
};
25
26
outputs = [
0 commit comments