3
0
Fork 0
forked from mirrors/nixpkgs

vlc: update from 2.1.3 to 2.1.4

This commit is contained in:
Evgeny Egorochkin 2014-02-27 18:35:34 +02:00
parent 65a34b7f85
commit d380290640

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "2.1.3";
version = "2.1.4";
src = fetchurl {
url = "http://download.videolan.org/pub/videolan/vlc/${version}/${name}.tar.xz";
sha256 = "04d1lr7lxrq2767rjy4j0wr3sirx5sf1s9wdl3p4x500r7z64dp0";
sha256 = "1lymhbb2bns73qivdaqanhggjjhyc9fwfgf5ikhng0a74msnqmiy";
};
buildInputs =