Skip to content

Commit

Permalink
Revert "plex: 1.9.5 -> 1.9.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 13, 2017
1 parent a81bd24 commit ce7bc5c
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.9.7.4441";
vsnHash = "e5eb5d5a1";
sha256 = "1haqs61vpplikwh4ili355l89a6xjg41xacgx9s8bd5amq8m3bgn";
version = "1.9.5.4339";
vsnHash = "46276db8d";
sha256 = "09zc2wfpvan2j9h88x1f57lpfiqvml2m5m2azhphi4hb31sd3hch";
};

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit ce7bc5c

Please sign in to comment.