Merge pull request #78575 from bachp/tautulli-2.1.42

tautulli: 2.1.39 -> 2.1.42
This commit is contained in:
Ryan Mulligan 2020-01-26 13:37:58 -08:00 committed by GitHub
commit da1483458d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python }:
stdenv.mkDerivation rec {
version = "2.1.39";
version = "2.1.42";
pname = "Tautulli";
pythonPath = [ python.pkgs.setuptools ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "1lr0pf01fxay4wppzgwp9kz2vlnnb9f8lvgfic0zgwwil2ky6b1w";
sha256 = "0qrxxsrmqkc7v3irxi2226zvl16zid6q2wxvznci7dbg8f4rm7nw";
};
buildPhase = ":";