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-01-08 05:37:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-08 05:37:23 +0000
commitf6325018a4e6b2024f30ff74f27f8146d5ba8521 (patch)
treed80db085ed591dc9eb9947e8da970e93b2c8a67e /pkgs/development/libraries/libdatachannel
parent51b86cad4ddda3e049807dad4a7676c9919ce3e9 (diff)
libdatachannel: 0.19.4 -> 0.19.5
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 8614bc4fee05c..64351a85a9aed 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.4";
+  version = "0.19.5";
 
   src = fetchFromGitHub {
     owner = "paullouisageneau";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-XtD46tEV6RU1xbQgGA/nP6zWMgnZkOffVPdl8t/hIiA=";
+    hash = "sha256-XTfe0NqDQWx4ISgEiUbzACH9csaG+IrUvwss07dnz80=";
   };
 
   outputs = [ "out" "dev" ];