Unverified Commit e9e6b4c4 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

ytdl-sub: 2025.02.05 -> 2025.02.17 (#382836)

parents d8657587 fbce22ff
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.02.05";
  version = "2025.02.17";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-HGAzug8GetDMJYLSzSl+B8mA6PLHTyexJeDFnM6Fh+I=";
    hash = "sha256-YCzA6M3X+LF8AvTk/JcmomxOkpgTKy+/xXYJuTRXLRo=";
  };

  postPatch = ''