Skip to content

Commit

Permalink
Merge pull request #52600 from liamdawson/patch-1
Browse files Browse the repository at this point in the history
plex: 1.14.0.5470 -> 1.14.1.5488
  • Loading branch information
LnL7 committed Dec 21, 2018
2 parents 3376dbd + 19a297c commit 0251d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/plex/default.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 0251d35

Please sign in to comment.