Skip to content

Commit 6360d46

Browse files
authored
libdatachannel: 0.23.2 -> 0.24.1 (NixOS#462442)
2 parents f282aec + 5b5c0c4 commit 6360d46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/li/libdatachannel/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "libdatachannel";
17-
version = "0.23.2";
17+
version = "0.24.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "paullouisageneau";
2121
repo = "libdatachannel";
22-
rev = "v${finalAttrs.version}";
23-
hash = "sha256-76rlnO0wr7xQAGCc0GmpHQldzHKnZ8NZWpHmrE70h/c=";
22+
tag = "v${finalAttrs.version}";
23+
hash = "sha256-rYksY3AJb5LFSGg/yr+cNFYQIRChPocDXeA8xaMCtzQ=";
2424
};
2525

2626
outputs = [

0 commit comments

Comments
 (0)