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

ytdl-sub: 2025.09.09 -> 2025.09.13 (#444926)

parents eabbe2ae df361a1b
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.09.09";
  version = "2025.09.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-M3dLXVvueMPIqqOd0s/w6ItHE/sgkup7YGjk3GPmcIw=";
    hash = "sha256-Qcf4hZ1MWH2FHWIvaQGjsd5uwNEaV+MTAFaQm0mwLNs=";
  };

  postPatch = ''