Unverified Commit 0cf58978 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ytdl-sub: 2025.04.03 -> 2025.04.18 (#399745)

parents 703d9836 6a73e8ba
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.04.03";
  version = "2025.04.18";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-4Bgh1FvtJl27K9AnSwl/q/B4T8fbmmxSKk7srMVypmQ=";
    hash = "sha256-TaZS9kaBcl6F1CvP8q4pGcZE1b1dAf1qnXHjfM/AFWg=";
  };

  postPatch = ''