Commit 1a4fadf9 authored by R. RyanTM's avatar R. RyanTM
Browse files

ytdl-sub: 2025.11.07.post1 -> 2025.11.18

parent 70bec097
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 = ''