1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

Merge pull request #128891 from musfay/vlc-3.0.16

vlc: 3.0.12 -> 3.0.16
This commit is contained in:
Maximilian Bosch 2021-07-01 18:40:17 +02:00 committed by GitHub
commit 4a9d725c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.12";
version = "3.0.16";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/vlc-${version}.tar.xz";
sha256 = "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g";
sha256 = "sha256-/641/GT2JcF1Vx0jRrxfYge+mXYlF/FUI+dPGDmUEPY=";
};
# VLC uses a *ton* of libraries for various pieces of functionality, many of