mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
vlc: 3.0.17 -> 3.0.17.3
https://code.videolan.org/videolan/vlc/-/tags/3.0.17.3 https://code.videolan.org/videolan/vlc/-/tags/3.0.17.2 https://code.videolan.org/videolan/vlc/-/tags/3.0.17.1 There's a 3.0.17.4, but is not listed as latest on videolan.org yet, and is a hotfix for Windows, so stick with 3.0.17.3 for now.
This commit is contained in:
parent
e982910064
commit
37cada5b61
1 changed files with 2 additions and 2 deletions
|
@ -82,11 +82,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "${optionalString onlyLibVLC "lib"}vlc";
|
||||
version = "3.0.17";
|
||||
version = "3.0.17.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://get.videolan.org/vlc/${version}/vlc-${version}.tar.xz";
|
||||
sha256 = "sha256-SL2b8zeqEHoVJOulfFLcSpHin1qX+97pL2pNupA4PNA=";
|
||||
sha256 = "sha256-b36Q74lz0x2W3mTbgXFz40UVCClxepQISxu4MhzeIBQ=";
|
||||
};
|
||||
|
||||
# VLC uses a *ton* of libraries for various pieces of functionality, many of
|
||||
|
|
Loading…
Reference in a new issue