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

ytdl-sub: 2025.06.01.post1 -> 2025.06.12 (#418004)

parents eae2e893 72b6b835
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.06.01.post1";
  version = "2025.06.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-qwsUb9w/eeNO1mGYpnwkWgH5AfcUm7Y7DtkWep8SAcA=";
    hash = "sha256-42fvyUCaVaaGLW7CdoJidJQAUgjG2wmCeHxWA+XUQCk=";
  };

  postPatch = ''