Unverified Commit a0b96667 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

ytdl-sub: 2025.11.07.post1 -> 2025.11.18 (#463713)

parents c1211466 1a4fadf9
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.11.07.post1";
  version = "2025.11.18";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-gg4KcYLnHKpIJKhL8x1xUDf38LvmTIc/mgd0Py6Uoe4=";
    hash = "sha256-dvgQoHSSPsiJdve5O+Mf4oFWAc/1/fuAzzOp2ywe0kU=";
  };

  postPatch = ''