Merge pull request #114715 from ryneeverett/tartube-2.3.110

tartube: 2.3.085 -> 2.3.110
This commit is contained in:
Sandro 2021-03-01 12:28:26 +01:00 committed by GitHub
commit 5d9b8a8f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
version = "2.3.085";
version = "2.3.110";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
rev = "v${version}";
sha256 = "bkz64nj6748552ZMRcL/I1lUXGpZjaATUEqv3Kkphck=";
sha256 = "0sdbd2lsc4bvgkwi55arjwbzwmq05abfmv6vsrvz4gsdv8s8wha5";
};
nativeBuildInputs = [