Merge pull request #76429 from r-ryantm/auto-update/Tautulli
tautulli: 2.1.38 -> 2.1.39
This commit is contained in:
commit
6c36b42e67
1 changed files with 2 additions and 2 deletions
|
@ -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 = ":";
|
||||
|
|
Loading…
Reference in a new issue