From d0b022d1c6dae53f159910b3e8b8361914c0873a Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Apr 2024 04:18:35 +0000 Subject: [PATCH] libnice: 0.1.21 -> 0.1.22 --- nixpatches/list.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 369f9e71..ecb15d44 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -32,6 +32,15 @@ in [ # etc, where "date" is like "20240228181608" # and can be found with `nix-repl > :lf . > lastModifiedDate` + (fetchpatch' { + # libnice is the NAT traversal library used by Dino. + # this patch isn't critical, but good to be running latest release when debugging + prUrl = "https://github.com/NixOS/nixpkgs/pull/296583"; + title = "libnice: 0.1.21 -> 0.1.22"; + hash = "sha256-14/EOGbWtgn+Ls86m4apnlEyKNtdUghWZGesLD1Z/I0="; + merged.staging = "20240324130000"; + }) + (fetchpatch' { prUrl = "https://github.com/NixOS/nixpkgs/pull/298001"; saneCommit = "d599839060400762a67d2c01d15b102ffe75e703";