Commit 5f6c54ff authored by R. RyanTM's avatar R. RyanTM
Browse files

ytdl-sub: 2025.05.05 -> 2025.05.23

parent 6ed432a9
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.05.05";
  version = "2025.05.23";
  pyproject = true;

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

  postPatch = ''