mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
live555: 2016.02.09 -> 2018.02.12
Semi-automatic update. These checks were performed: - built on NixOS - found 2018.02.12 with grep in /nix/store/j71f4ma9pvna3bjm3baiybspdkvnsla2-live555-2018.02.12 - found 2018.02.12 in filename of file in /nix/store/j71f4ma9pvna3bjm3baiybspdkvnsla2-live555-2018.02.12
This commit is contained in:
parent
b63297b203
commit
c405b608cd
@ -2,14 +2,14 @@
|
||||
|
||||
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
|
||||
let
|
||||
version = "2016.02.09";
|
||||
version = "2018.02.12";
|
||||
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 = "02z2f8z5cy0ajnh9pgar40lsxdknfw5cbyw52138hxnpr6adrvak";
|
||||
sha256 = "08860q07hfiln44d6qaasmfalf4hb9na5jsfd4yps6jn4r54xxwx";
|
||||
};
|
||||
|
||||
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles"
|
||||
|
Loading…
Reference in New Issue
Block a user