Skip to content

Commit

Permalink
Merge pull request #31653 from bflyblue/plex-1.9.6.4429
Browse files Browse the repository at this point in the history
plex: 1.9.5 -> 1.9.6
  • Loading branch information
fpletz committed Nov 14, 2017
2 parents d43b55c + 7f9d876 commit aeff308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/plex/default.nix
Original file line number Diff line number Diff line change
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.5.4339";
vsnHash = "46276db8d";
sha256 = "09zc2wfpvan2j9h88x1f57lpfiqvml2m5m2azhphi4hb31sd3hch";
version = "1.9.6.4429";
vsnHash = "23901a099";
sha256 = "0bmqf8b2d9h2h5q3n4ahs8y6a9aihj63rch7wd82rcr1l9xnqk9d";
};

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit aeff308

Please sign in to comment.