Skip to content

Commit

Permalink
ytdl-sub: 2024.12.4 -> 2024.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 18, 2024
1 parent a98c720 commit 40e97b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/yt/ytdl-sub/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2024.12.4";
version = "2024.12.14";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "ytdl_sub";
hash = "sha256-8Qd5JQy9tuQoB0W7uBQiWQsRkUmM78UA+1laVaQ6zwU=";
hash = "sha256-kCx/PlCmJesbsMv3bQ0BaTDfskP7XYE69VXdjPNfln4=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 40e97b4

Please sign in to comment.