about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdatachannel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-17 14:23:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-17 14:23:48 +0000
commite4c395006982bfdf0e0a055836164c6bb21df46a (patch)
tree80c9b40a1f38a84e865c11917ebea15466dac93a /pkgs/development/libraries/libdatachannel
parentd84b5d7735fe905a4c89548fabeb71a7abb2d548 (diff)
libdatachannel: 0.20.2 -> 0.20.3
Diffstat (limited to 'pkgs/development/libraries/libdatachannel')
-rw-r--r--pkgs/development/libraries/libdatachannel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libdatachannel/default.nix b/pkgs/development/libraries/libdatachannel/default.nix
index 9c090399dbc5e..6179bdac6d10f 100644
--- a/pkgs/development/libraries/libdatachannel/default.nix
+++ b/pkgs/development/libraries/libdatachannel/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libdatachannel";
-  version = "0.20.2";
+  version = "0.20.3";
 
   src = fetchFromGitHub {
     owner = "paullouisageneau";
     repo = "libdatachannel";
     rev = "v${version}";
-    hash = "sha256-bBSsD845iwCMA7TdMBxzezjNbMaGwvRq6rvY/8NLYRU=";
+    hash = "sha256-QVyHDeT5gh+e3jOx9PjubIVq1xQ9eA7CxbP91X/xxT8=";
   };
 
   outputs = [ "out" "dev" ];