fix Jackett mono 3.8

This commit is contained in:
nyanloutre 2018-09-10 14:57:00 +02:00
parent 8de365b923
commit 9b83bc67b3

View File

@ -1,6 +1,10 @@
self: super:
let
unstable = import <nixos-unstable> {};
# unstable = import <nixos-unstable> {};
unstable = import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/fc2c606a7ac8fb48be4181f777d029bd75c0c58a.tar.gz";
sha256 = "1sd4587ip0fc05nwbaiiqqfx5ra2iyjdcmrapda4g41m0c9cyd34";
}) {};
in
{
jackett = unstable.jackett;