From 5a4bdba25b982b421fc3fcea9cd20d58cf6fa834 Mon Sep 17 00:00:00 2001 From: hyper_ch Date: Fri, 24 Aug 2018 12:09:08 +0200 Subject: [PATCH 1/3] Flexget: 2.14.9 -> 2.14.18 --- pkgs/applications/networking/flexget/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 87c7bddab6f..2ba5213bcc5 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -40,7 +40,7 @@ buildPythonApplication rec { src = fetchPypi { inherit pname version; - sha256 = "1a8nxfr0rzwwd7b0nxr7zmw04ygbqvnzbi4w4nw2w8xiy46zid3q"; + sha256 = "1pyvm1d23qy71rg7fzxcal8978kni7sn09zw4s4dsq56g8w80ay9"; }; postPatch = '' From ea1b4c7a9689067d9fde159de8ecc577f3635500 Mon Sep 17 00:00:00 2001 From: hyper_ch Date: Fri, 24 Aug 2018 12:10:33 +0200 Subject: [PATCH 2/3] Flexget: 2.14.9 -> 2.14.18 --- pkgs/applications/networking/flexget/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 2ba5213bcc5..53ee46e2060 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -36,7 +36,7 @@ with python'.pkgs; buildPythonApplication rec { pname = "FlexGet"; - version = "2.14.9"; + version = "2.14.18"; src = fetchPypi { inherit pname version; From c10d616ee5d4ff88691d870f7bc65395da42a609 Mon Sep 17 00:00:00 2001 From: hyper_ch Date: Fri, 24 Aug 2018 13:17:51 +0200 Subject: [PATCH 3/3] Plex: 1.13.4 -> 1.13.5 --- pkgs/servers/plex/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/plex/default.nix b/pkgs/servers/plex/default.nix index 6f7f9e74ec5..88a8d0e8707 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.13.4.5271"; - vsnHash = "200287a06"; - sha256 = "c8aa459f680ad9db92f285dae2f3dcffbf082324e1b7ea2f356bdbe745fe6b8e"; + version = "1.13.5.5291"; + vsnHash = "6fa5e50a8"; + sha256 = "1h0r7hxxw5jf2dn8w4cnj71dm873y2j0l87rg8pf0r3cyx6rhxnx"; }; in stdenv.mkDerivation rec {