about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-02 15:53:58 +0200
committerGitHub <noreply@github.com>2024-05-02 15:53:58 +0200
commit986b5d575c9892f1c41ce3b7fecd6f37e78d7873 (patch)
treeca78a33c2f1efccf61be3e127ee9914f43edc92c
parentab084b0bc7bfe026902a2fbe232bd89d31e8bbf6 (diff)
parentc3bb349e346875faa14d4b5a307af927c212ce97 (diff)
downloadnixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar.gz
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar.bz2
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar.lz
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar.xz
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.tar.zst
nixlib-986b5d575c9892f1c41ce3b7fecd6f37e78d7873.zip
Merge pull request #307586 from r-ryantm/auto-update/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 6179bdac6d10..62fdba7ba66a 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.3";
+  version = "0.21.0";
 
   src = fetchFromGitHub {
     owner = "paullouisageneau";
     repo = "libdatachannel";
     rev = "v${version}";
-    hash = "sha256-QVyHDeT5gh+e3jOx9PjubIVq1xQ9eA7CxbP91X/xxT8=";
+    hash = "sha256-hxXDovJAmuh15jFaxY9aESoTVVJ3u2twsX31U3txans=";
   };
 
   outputs = [ "out" "dev" ];