Unverified Commit 585d0363 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ytdl-sub: 2025.06.27 -> 2025.07.04 (#422553)

parents 8e43b7d6 82d3b713
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.27";
  version = "2025.07.04";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jmbannon";
    repo = "ytdl-sub";
    tag = version;
    hash = "sha256-Ub5ITm30hZHWSMKFD7TX4z1GBQ0fU+cMqWRt2AVbGoI=";
    hash = "sha256-aVI/OY1Dh5LvbDyg+GuWBz2e6oUgTzErqfnow22v8CI=";
  };

  postPatch = ''