mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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:
parent
5e4bbd8bee
commit
7f67dba302
@ -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 = ":";
|
||||
|
Loading…
Reference in New Issue
Block a user