Unverified Commit ae184a7c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #260308 from r-ryantm/auto-update/libutp_3_4

libutp_3_4: unstable-2023-03-05 -> unstable-2023-08-04
parents 4c50bb17 c2520aa8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "libutp";
  version = "unstable-2023-03-05";
  version = "unstable-2023-08-04";

  src = fetchFromGitHub {
    # Use transmission fork from post-3.4-transmission branch
    owner = "transmission";
    repo = pname;
    rev = "9cb9f9c4f0073d78b08d6542cebaea6564ecadfe";
    hash = "sha256-dpbX1h/gpuVIAXC4hwwuRwQDJ0pwVVEsgemOVN0Dv9Q=";
    rev = "09ef1be66397873516c799b4ec070690ff7365b2";
    hash = "sha256-DlEbU7uAcQOiBf7QS/1kiw3E0nk3xKhlzhAi8buQNCI=";
  };

  nativeBuildInputs = [ cmake ];