Skip to content

Commit 7c12fa5

Browse files
committed
1 parent 4dd4933 commit 7c12fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/vlc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ let
102102
in
103103
stdenv.mkDerivation (finalAttrs: {
104104
pname = "${optionalString onlyLibVLC "lib"}vlc";
105-
version = "3.0.20";
105+
version = "3.0.21";
106106

107107
src = fetchurl {
108108
url = "http://get.videolan.org/vlc/${finalAttrs.version}/vlc-${finalAttrs.version}.tar.xz";
109-
hash = "sha256-rccoW00nIc3fQOtScMraKqoQozTLVG/VWgY1NEe6KbU=";
109+
hash = "sha256-JNu+HX367qCZTV3vC73iABdzRxNtv+Vz9bakzuJa+7A=";
110110
};
111111

112112
nativeBuildInputs = [

0 commit comments

Comments
 (0)