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

Commits on Dec 20, 2018

  1. Copy the full SHA
    19a297c View commit details

Commits on Dec 21, 2018

  1. Merge pull request #52600 from liamdawson/patch-1

    plex: 1.14.0.5470 -> 1.14.1.5488
    LnL7 authored Dec 21, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0251d35 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/plex/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/plex/default.nix
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
let
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
plexpkg = if enablePlexPass then plexPass else {
version = "1.14.0.5470";
vsnHash = "9d51fdfaa";
sha256 = "cf547d286c731e98b19b70954f2777653fe77c30c329faab260c460374984010";
version = "1.14.1.5488";
vsnHash = "cc260c476";
sha256 = "8ee806f35ccedcecd0cab028bbe1f7e2ac7de24292b715978d3165c4712f5c40";
};

in stdenv.mkDerivation rec {