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

ytdl-sub: 2025.10.16 -> 2025.10.23 (#456540)

parents 3a5735fd cca4a076
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.10.16";
  version = "2025.10.23";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-6DxIeNoOqz9hH1EnjfwU6adOVcSRlTrtVEq9znCGoyY=";
    hash = "sha256-8BU0kTKPwCx/SFSONxGC3vXoBbcdX4ac+dlzoVpnkt0=";
  };

  postPatch = ''