3
0
Fork 0
forked from mirrors/nixpkgs

jackett: update mono version to 5.14

See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
This commit is contained in:
nyanloutre 2018-10-23 10:59:32 +02:00
parent 896ae4974e
commit 7a44e6e365

View file

@ -3429,7 +3429,7 @@ with pkgs;
jaaa = callPackage ../applications/audio/jaaa { };
jackett = callPackage ../servers/jackett {
mono = mono5;
mono = mono514;
};
jade = callPackage ../tools/text/sgml/jade { };