Unverified Commit 0aa81890 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ytdl-sub: 2025.10.23 -> 2025.11.07.post1 (#459558)

parents bb574154 2bb20ead
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ytdl-sub";
  version = "2025.10.23";
  version = "2025.11.07.post1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-8BU0kTKPwCx/SFSONxGC3vXoBbcdX4ac+dlzoVpnkt0=";
    hash = "sha256-gg4KcYLnHKpIJKhL8x1xUDf38LvmTIc/mgd0Py6Uoe4=";
  };

  postPatch = ''