Skip to content

Commit 2ce2141

Browse files
committed
ytdl-sub: 2025.02.17 -> 2025.02.21
1 parent 63d0ef6 commit 2ce2141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/yt/ytdl-sub/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}:
99
python3Packages.buildPythonApplication rec {
1010
pname = "ytdl-sub";
11-
version = "2025.02.17";
11+
version = "2025.02.21";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "jmbannon";
1616
repo = "ytdl-sub";
1717
tag = version;
18-
hash = "sha256-YCzA6M3X+LF8AvTk/JcmomxOkpgTKy+/xXYJuTRXLRo=";
18+
hash = "sha256-TRq4sJowCi8CsZP859eJt2NWTDs2LN+2sG3y2s7UDA0=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)