about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 21:31:56 +0100
committerGitHub <noreply@github.com>2024-01-20 21:31:56 +0100
commita935c0661dc188df0dca83cdc691b1996f35c0d0 (patch)
tree4a886565016544b598da39f54923a39fc0ef98b7 /pkgs/applications/video
parentcfa483ec2df4284a3a243eaa67e62e247ebf19bc (diff)
parent7b498ca7df66945226074b5e30ac9eecdf518af8 (diff)
Merge pull request #280558 from r-ryantm/auto-update/tartube
tartube: 2.4.221 -> 2.5.0
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 b1b05a524f74f..180315e5072ff 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.221";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "axcore";
     repo = "tartube";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-A5p4olnXak22410DOKIPpZ6MQGR5aS2ARWO+083bSuQ=";
+    sha256 = "sha256-IcJDh8Q9K6SROZWVi98R1N2kSdgwJczScLdJFKy2FIU=";
   };
 
   nativeBuildInputs = [