From d7118788a4edd36531d780462fd3e14618217eb1 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 1 Dec 2018 23:44:13 -0600 Subject: [PATCH] live555: 2018.10.17 -> 2018.11.26 http://lists.live555.com/pipermail/live-devel/2018-November/021099.html Also add videolan as alternative hosting since can't use official... --- pkgs/development/libraries/live555/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/live555/default.nix b/pkgs/development/libraries/live555/default.nix index 527a0d0705d..6463f83d282 100644 --- a/pkgs/development/libraries/live555/default.nix +++ b/pkgs/development/libraries/live555/default.nix @@ -3,11 +3,14 @@ # Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD stdenv.mkDerivation rec { name = "live555-${version}"; - version = "2018.10.17"; + version = "2018.11.26"; src = fetchurl { # the upstream doesn't provide a stable URL - url = "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"; - sha256 = "1s69ipvdc6ldscp0cr1zpsll8xc3qcagr95nl84x7b1rbg4xjs3w"; + urls = [ + "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz" + "https://download.videolan.org/contrib/live555/live.${version}.tar.gz" + ]; + sha256 = "0izvy50xmyycrl7aj43kj1w9k8lcsmdqwwqk1cdizmc4wmj56f5k"; }; postPatch = ''