about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 09:45:23 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 09:45:23 -0700
commitfe6259ea970910a80e213924892b10119f5ec8e0 (patch)
tree5b48ab40d7fbbad8ba5fd3c4d31c45e1cba868a5 /pkgs/applications/video
parent41377252e53a78bd8903a4f3e0e35714e20f6147 (diff)
downloadnixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar.gz
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar.bz2
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar.lz
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar.xz
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.tar.zst
nixlib-fe6259ea970910a80e213924892b10119f5ec8e0.zip
libsForQt5.vlc: 3.0.7 -> 3.0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vlc/versions
Diffstat (limited to 'pkgs/applications/video')
-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 5ac72e941406..e9fc0b4feda3 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -25,11 +25,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null);
 
 stdenv.mkDerivation rec {
   name = "vlc-${version}";
-  version = "3.0.7";
+  version = "3.0.7.1";
 
   src = fetchurl {
     url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
-    sha256 = "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw";
+    sha256 = "1xb4c8n0hkwijzfdlbwadhxnx9z8rlhmrdq4c7q74rq9f51q0m86";
   };
 
   # VLC uses a *ton* of libraries for various pieces of functionality, many of