mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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:
parent
53328909da
commit
f6984677b5
@ -1,7 +1,7 @@
|
||||
{stdenv, fetchFromGitHub, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.1.32";
|
||||
version = "2.1.33";
|
||||
pname = "Tautulli";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "Tautulli";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "05z6l3qs2m72c1hcl3qd1lm17hsmyqk48f8dcsvrxa5hibmf84j4";
|
||||
sha256 = "1yj4akp10fxqndsbb59rjdw9by6rhmz24syyq6d4x5bg72an9n80";
|
||||
};
|
||||
|
||||
buildPhase = ":";
|
||||
|
Loading…
Reference in New Issue
Block a user