Skip to content

Commit 5b5c0c4

Browse files
r-ryantmwegank
authored andcommitted
libdatachannel: 0.23.2 -> 0.24.1
1 parent 79faf5a commit 5b5c0c4

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)