about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdatachannel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 08:57:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 08:57:10 +0000
commita2e97cffbce1bb3bb2d1d1506e81f887a968705e (patch)
tree98f1a0ffdac75907030372d4b7529e1f725a5485 /pkgs/development/libraries/libdatachannel
parent171a116a56485ec6c511c571d0fdc18374924ad6 (diff)
libdatachannel: 0.19.1 -> 0.19.2
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 00fe35202101b..4561f04ba06b5 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.19.1";
+  version = "0.19.2";
 
   src = fetchFromGitHub {
     owner = "paullouisageneau";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-jsJTECSR3ptiByfYQ00laeKMKJCv5IDkZmilY3jpRrU=";
+    hash = "sha256-x7/jgoaFVfx5j+CP8S/uIwkzjGskEqsY2Jxsd/Mj4VM=";
   };
 
   outputs = [ "out" "dev" ];