Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Created February 19, 2018 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostAwesomeDude/cd40b0196c28f5a88300e4aa465efa05 to your computer and use it in GitHub Desktop.
Save MostAwesomeDude/cd40b0196c28f5a88300e4aa465efa05 to your computer and use it in GitHub Desktop.
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index fffbd5c0ffb..7f24c14b92f 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -21,11 +21,11 @@ assert (!withQt5 -> qt4 != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
- version = "2.2.8";
+ version = "3.0.0";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
- sha256 = "1v32snw46rkgbdqdy3dssl2y13i8p2cr1cw1i18r6vdmiy24dw4v";
+ sha256 = "1761w3x3568p8y9a78g5h9ddn2wipa5rjs9xrbsqvmahkycqgmb8";
};
# Comment-out the Qt 5.5 version check, as we do apply the relevant patch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment