summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 16:57:19 +0100
committerGitHub <noreply@github.com>2023-01-23 16:57:19 +0100
commit72a3ca7380eddccbec58b3dd1f01b50b5c110699 (patch)
tree3aafa11086e86093b2a5c309bfe6c2709942e7c2 /pkgs/applications/video
parent8b268cf97b77f80515de947b1cdf97da578ec090 (diff)
parenta402e361364cf5e23ec910775758d37c19d5b246 (diff)
Merge pull request #210076 from r-ryantm/auto-update/tartube-yt-dlp
tartube-yt-dlp: 2.4.093 -> 2.4.221
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/tartube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/tartube/default.nix b/pkgs/applications/video/tartube/default.nix
index e6cf8fef4d4e..859cd8e8cc36 100644
--- a/pkgs/applications/video/tartube/default.nix
+++ b/pkgs/applications/video/tartube/default.nix
@@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
- version = "2.4.093";
+ version = "2.4.221";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
rev = "refs/tags/v${version}";
- sha256 = "sha256-l8jB+3vY9jOlCaLDHAvDm1Ko7viHbnRBIMEXLb/k2z0=";
+ sha256 = "sha256-A5p4olnXak22410DOKIPpZ6MQGR5aS2ARWO+083bSuQ=";
};
nativeBuildInputs = [