Unverified Commit 5ff2c712 authored by Defelo's avatar Defelo
Browse files

ytdl-sub: 2025.04.18 -> 2025.05.05

parent 41e75273
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.04.18";
  version = "2025.05.05";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-TaZS9kaBcl6F1CvP8q4pGcZE1b1dAf1qnXHjfM/AFWg=";
    hash = "sha256-zLYP3iGbTcWuffed7o5RuoYjlUvVFRt8FUOhL1vbW/U=";
  };

  postPatch = ''