tautulli: 2.1.32 -> 2.1.33

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tautulli/versions
This commit is contained in:
R. RyanTM 2019-08-05 22:17:30 -07:00
parent 53328909da
commit f6984677b5

View File

@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python }: {stdenv, fetchFromGitHub, python }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.1.32"; version = "2.1.33";
pname = "Tautulli"; pname = "Tautulli";
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli"; owner = "Tautulli";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "05z6l3qs2m72c1hcl3qd1lm17hsmyqk48f8dcsvrxa5hibmf84j4"; sha256 = "1yj4akp10fxqndsbb59rjdw9by6rhmz24syyq6d4x5bg72an9n80";
}; };
buildPhase = ":"; buildPhase = ":";