Skip to content

Commit

Permalink
vlc: 3.0.20 -> 3.0.21, add maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
alois31 committed Jun 12, 2024
1 parent 62b3c73 commit ae916af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vl/vlc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.20";
version = "3.0.21";

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

nativeBuildInputs = [
Expand Down Expand Up @@ -293,7 +293,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Cross-platform media player and streaming server";
homepage = "https://www.videolan.org/vlc/";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres alois31 ];
platforms = lib.platforms.linux;
};
})

0 comments on commit ae916af

Please sign in to comment.