about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnders Lundstedt <git@anderslundstedt.se>2018-05-13 01:28:28 +0200
committerAustin Seipp <aseipp@pobox.com>2018-05-13 15:46:23 -0500
commit5cb25c4406222745350d1df6ed9b93cc08f598d3 (patch)
tree9c6cfff50ba1ed66e5b5d4bc997a25a93801ba9d
parent3401db629feba6797d350f57304063c078d9b038 (diff)
downloadnixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar.gz
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar.bz2
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar.lz
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar.xz
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.tar.zst
nixlib-5cb25c4406222745350d1df6ed9b93cc08f598d3.zip
plex: 1.9.6 -> 1.13.0
-rw-r--r--pkgs/servers/plex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/plex/default.nix b/pkgs/servers/plex/default.nix
index 29be86d16029..57de5281fdfc 100644
--- a/pkgs/servers/plex/default.nix
+++ b/pkgs/servers/plex/default.nix
@@ -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.6.4429";
-    vsnHash = "23901a099";
-    sha256 = "0bmqf8b2d9h2h5q3n4ahs8y6a9aihj63rch7wd82rcr1l9xnqk9d";
+    version = "1.13.0.5023";
+    vsnHash = "31d3c0c65";
+    sha256 = "b94d571bcd47bc3201fd7f54b910f5693cabd1b543d5d0b4705668b7b7c24602";
   };
 
 in stdenv.mkDerivation rec {