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

tautulli: 2.1.37 -> 2.1.38
This commit is contained in:
Mario Rodas 2019-12-03 04:55:01 -05:00 committed by GitHub
commit 979e96f44b
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.37";
version = "2.1.38";
pname = "Tautulli";
pythonPath = [ python.pkgs.setuptools ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "0imq81njw6hsd0m091hmbaaq0znfan6lmnbg6m7g2vfgwvqh9fbq";
sha256 = "00kxz4i97lk3cb11vcpj894xdi7q9f1jcy29yglya8rcvsqmddwd";
};
buildPhase = ":";