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: ab6c15556b19
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c36b42e6749
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 24, 2019

  1. tautulli: 2.1.38 -> 2.1.39

    r-ryantm committed Dec 24, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    BurntSushi Andrew Gallant
    Copy the full SHA
    a0d1a7f View commit details

Commits on Jan 26, 2020

  1. Merge pull request #76429 from r-ryantm/auto-update/Tautulli

    tautulli: 2.1.38 -> 2.1.39
    ryantm authored Jan 26, 2020
    Copy the full SHA
    6c36b42 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.38";
version = "2.1.39";
pname = "Tautulli";

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

buildPhase = ":";