Merge pull request #76429 from r-ryantm/auto-update/Tautulli

tautulli: 2.1.38 -> 2.1.39
This commit is contained in:
Ryan Mulligan 2020-01-25 18:35:36 -08:00 committed by GitHub
commit 6c36b42e67
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.38";
version = "2.1.39";
pname = "Tautulli";
pythonPath = [ python.pkgs.setuptools ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "00kxz4i97lk3cb11vcpj894xdi7q9f1jcy29yglya8rcvsqmddwd";
sha256 = "1lr0pf01fxay4wppzgwp9kz2vlnnb9f8lvgfic0zgwwil2ky6b1w";
};
buildPhase = ":";