Unverified Commit 9f539109 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #213885 from r-ryantm/auto-update/live555

live555: 2022.12.01 -> 2023.01.19
parents 8732054b 95d1f216
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
  pname = "live555";
  version = "2022.12.01";
  version = "2023.01.19";

  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-BXwdPcJMJrM+FMTcNZKIWt8iBAOh4SVeihAeIzxpwQg=";
    sha256 = "sha256-p8ZJE/f3AHxf3CnqgR48p4HyYicbPkKv3UvBBB2G+pk=";
  };

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