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

ytdl-sub: 2026.03.09.post3 -> 2026.03.13

parent 387c9d3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "ytdl-sub";
  version = "2026.03.09.post3";
  version = "2026.03.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = finalAttrs.version;
    hash = "sha256-+ULR/8bHO6gX7oWDbj3WHqYLXTwbDxSPenEDXGETTi0=";
    hash = "sha256-P+LCDk/d/gsqOoBh6cyYpJVgVQ6jL3dhlywvvH1AkW4=";
  };

  postPatch = ''