Skip to content

Commit

Permalink
Merge pull request #320006 from LeSuisse/vlc-3.0.21-23.11
Browse files Browse the repository at this point in the history
[23.11] vlc: 3.0.20 -> 3.0.21
  • Loading branch information
rhendric authored Jun 15, 2024
2 parents 44fe6eb + 7c12fa5 commit c884223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/vlc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.20";
version = "3.0.21";

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

nativeBuildInputs = [
Expand Down

0 comments on commit c884223

Please sign in to comment.