vlc: 3.0.5 -> 3.0.6

https://www.videolan.org/news.html#news-2019-01-10
This commit is contained in:
Will Dietz 2019-01-13 16:45:44 -06:00
parent 5285526b0f
commit 533abe481c

View file

@ -21,11 +21,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "3.0.5";
version = "3.0.6";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
sha256 = "1nvj00khy08sing0mdnw6virmiq579mrk5rvpx9710nlxggqgh7m";
sha256 = "1lvyyahv6g9zv7m5g5qinyrwmw47zdsd5ysimb862j7kw15nvh8q";
};
# VLC uses a *ton* of libraries for various pieces of functionality, many of