Commit e4a116bc authored by R. RyanTM's avatar R. RyanTM
Browse files

tartube-yt-dlp: 2.5.062 -> 2.5.100

parent 1428a552
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

python3Packages.buildPythonApplication rec {
  pname = "tartube";
  version = "2.5.062";
  version = "2.5.100";

  src = fetchFromGitHub {
    owner = "axcore";
    repo = "tartube";
    tag = "v${version}";
    sha256 = "sha256-AtyqSapX8M8PUGeOiC2WFgs0nPgosT7UcbTHejIfwhc=";
    sha256 = "sha256-zocFQRpYbWxG/EoZW419v6li8HBo/9woTBYDbzHR4qQ=";
  };

  nativeBuildInputs = [