tartube-yt-dlp: 2.5.040 -> 2.5.059 (#359511)

This commit is contained in:
Weijia Wang
2024-12-08 22:37:18 +01:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
version = "2.5.040";
version = "2.5.059";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
rev = "refs/tags/v${version}";
sha256 = "sha256-yFsQbEXjWPxLYqFxsI6MjK1hE8Lk2Z0sPj3peLBs7r8=";
sha256 = "sha256-PNBmBzoPxbOsBeBmARVq3x/lA0kSQDWp8N96UB6GSV0=";
};
nativeBuildInputs = [