about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-07-28 22:43:42 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-07-28 22:47:15 +0200
commit184ea61eb685e1bf92be4de5e782c8c680433bd6 (patch)
treea1d3b44906c2ce1fb9f23126ecd1b68b5c8c4978 /pkgs
parentb5e7975f59834167e45b0042cf3d02f9aef2160c (diff)
downloadnixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar.gz
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar.bz2
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar.lz
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar.xz
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.tar.zst
nixlib-184ea61eb685e1bf92be4de5e782c8c680433bd6.zip
vlc: updating to 2.0.3
I hadd problems with how 2.0.1 disabled and reenabled DPMS on xorg. Let's see
if anything improves with 2.0.3.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/vlc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index b33bcddbffb8..65357acf00fd 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -10,11 +10,11 @@
 
 stdenv.mkDerivation rec {
   name = "vlc-${version}";
-  version = "2.0.1";
+  version = "2.0.3";
 
   src = fetchurl {
     url = "http://download.videolan.org/pub/videolan/vlc/${version}/${name}.tar.xz";
-    sha256 = "7f485725c17487a77d70844cbd9acf528360d65cd6ff79d206657920f4fcbf4b";
+    sha256 = "1lnjfpizgp8slj6i4fgk5wld6nfw08wfhkb1i1dvzbhmfigq1agv";
   };
 
   buildInputs =