tautulli: 2.1.29 -> 2.1.32

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-07-02 17:53:13 -07:00 committed by Frederik Rietdijk
parent 5e4bbd8bee
commit 7f67dba302

View file

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