tautulli: 2.1.39 -> 2.1.42

This commit is contained in:
Pascal Bach 2020-01-25 19:16:10 +01:00
parent ae6bb48e0a
commit 8a642afd0c

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 = ":";