Mise à jour Jackett

This commit is contained in:
nyanloutre 2018-09-22 13:54:40 +02:00
parent f0b2747974
commit 67b2bfc166
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
self: super: self: super:
let let
unstable = import <nixos-unstable> {}; unstable = import <nixos-unstable> {};
unstable-jackett = import (super.fetchFromGitHub {
owner = "r-ryantm";
repo = "nixpkgs";
rev = "969eccc471d6a7108e2d3a2d54dca3127ab004b3";
sha256 = "0kmz7g9r05dpikln1ad46dk06hid214cjcv3csp708gc0h3qj7zm";
}){};
in in
{ {
jackett = unstable.jackett; jackett = unstable-jackett.jackett;
radarr = unstable.radarr; radarr = unstable.radarr;
sonarr = unstable.sonarr; sonarr = unstable.sonarr;
emby = unstable.emby; emby = unstable.emby;