Commit 2a49ffd1 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

live555: 2023.03.30 -> 2023.05.10

parent 745a1425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
  pname = "live555";
  version = "2023.03.30";
  version = "2023.05.10";

  src = fetchurl {
    urls = [
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
      "https://download.videolan.org/contrib/live555/live.${version}.tar.gz"
      "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"
    ];
    sha256 = "sha256-v/1Nh8dicdWeNxFp7bakhEaKB4ysKtRFnyLKqNmJ2tQ=";
    sha256 = "sha256-6ph9x4UYELkkJVIE9r25ycc5NOYbPcgAy9LRZebvGFY=";
  };

  nativeBuildInputs = lib.optional stdenv.isDarwin darwin.cctools;