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

Commits on Nov 4, 2018

  1. Copy the full SHA
    2900f82 View commit details
  2. Merge pull request #49715 from melazyk/master

    plex: 1.13.8.5395 ->  1.13.9.5456
    dywedir authored Nov 4, 2018
    Copy the full SHA
    212f4a1 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.13.8.5395";
vsnHash = "10d48da0d";
sha256 = "0lpsh87kcrqwi2qqkj1ccb86hif535yb45hhc41c0ixsfxbqk5cw";
version = "1.13.9.5456";
vsnHash = "ecd600442";
sha256 = "6d1125d4e6eaa94a84f8c600230b867c2d0764644adbc959a96433b8fc210b61";
};

in stdenv.mkDerivation rec {