about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEmily Trau <13267947+emilytrau@users.noreply.github.com>2023-12-02 20:22:52 +1100
committerGitHub <noreply@github.com>2023-12-02 20:22:52 +1100
commit1503bb622eaffcb30a81258a0c852972ec8d1745 (patch)
treeeab4c0e3f3322f14c650b3a6695678b8183e00d5 /pkgs/applications
parent0f6f6bc5b82383cd844532aa5b823ce421056536 (diff)
parent196a660c6c882727954d979f9dcd9629eea56ed7 (diff)
Merge pull request #269404 from r-ryantm/auto-update/libutp_3_4
libutp_3_4: unstable-2023-10-16 -> unstable-2023-11-14
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/p2p/libutp/3.4.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/libutp/3.4.nix b/pkgs/applications/networking/p2p/libutp/3.4.nix
index aa2853d3bd05c..dfff1eeed2392 100644
--- a/pkgs/applications/networking/p2p/libutp/3.4.nix
+++ b/pkgs/applications/networking/p2p/libutp/3.4.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "libutp";
-  version = "unstable-2023-10-16";
+  version = "unstable-2023-11-14";
 
   src = fetchFromGitHub {
     # Use transmission fork from post-3.4-transmission branch
     owner = "transmission";
     repo = pname;
-    rev = "2589200eac82fc91b65979680e4b3c026dff0278";
-    hash = "sha256-wsDqdbMWVm3ubTbg5XClEWutJz1irSIazVLFeCyAAL4=";
+    rev = "52645d6d0fb16009e11d2f84469d2e43b7b6b48a";
+    hash = "sha256-pcPVkDEEtriN9zlEcVFKwKhhh51wpJGxYlcu7bH1RkI=";
   };
 
   nativeBuildInputs = [ cmake ];