mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tautulli: 2.1.33 -> 2.1.37
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
32389de159
commit
4172d92ffd
@ -1,7 +1,7 @@
|
||||
{stdenv, fetchFromGitHub, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.1.33";
|
||||
version = "2.1.37";
|
||||
pname = "Tautulli";
|
||||
|
||||
pythonPath = [ python.pkgs.setuptools ];
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "Tautulli";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1yj4akp10fxqndsbb59rjdw9by6rhmz24syyq6d4x5bg72an9n80";
|
||||
sha256 = "0imq81njw6hsd0m091hmbaaq0znfan6lmnbg6m7g2vfgwvqh9fbq";
|
||||
};
|
||||
|
||||
buildPhase = ":";
|
||||
|
Loading…
Reference in New Issue
Block a user