Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 499af6321fde
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da1483458d63
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2020

  1. tautulli: 2.1.39 -> 2.1.42

    bachp committed Jan 26, 2020
    Copy the full SHA
    8a642af View commit details
  2. Merge pull request #78575 from bachp/tautulli-2.1.42

    tautulli: 2.1.39 -> 2.1.42
    ryantm authored Jan 26, 2020
    Copy the full SHA
    da14834 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/tautulli/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/tautulli/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python }:

stdenv.mkDerivation rec {
version = "2.1.39";
version = "2.1.42";
pname = "Tautulli";

pythonPath = [ python.pkgs.setuptools ];
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "1lr0pf01fxay4wppzgwp9kz2vlnnb9f8lvgfic0zgwwil2ky6b1w";
sha256 = "0qrxxsrmqkc7v3irxi2226zvl16zid6q2wxvznci7dbg8f4rm7nw";
};

buildPhase = ":";