about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-23 09:37:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-23 09:37:14 +0000
commit196a660c6c882727954d979f9dcd9629eea56ed7 (patch)
treeb7a5f9b979c15ef5395dd64f417564ee4815262c /pkgs/applications
parent860e25b5293f908ce1f6c78551a69253ee602fa2 (diff)
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 ];