Skip to content

Commit

Permalink
tartube: 2.4.221 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent 2e4d86e commit 7b498ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/tartube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7b498ca

Please sign in to comment.