live555: 2015.10.12 -> 2016.02.09 (unbreaks download)

The old version is not available in the mirrors.

Build tested with vlc, the only immediate dependee.
This commit is contained in:
Bjørn Forsman 2016-02-18 23:14:44 +01:00
parent 412dd80149
commit 7177d4fa6b

View file

@ -2,14 +2,14 @@
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
let
version = "2015.10.12";
version = "2016.02.09";
in
stdenv.mkDerivation {
name = "live555-${version}";
src = fetchurl { # the upstream doesn't provide a stable URL
url = "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz";
sha256 = "05qwws4hda4x3l4ym22k55cc9j07w7g5vj3r18dancgf0fla40j4";
sha256 = "02z2f8z5cy0ajnh9pgar40lsxdknfw5cbyw52138hxnpr6adrvak";
};
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles";