mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
jackett: update mono version to 5.14
See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
This commit is contained in:
parent
896ae4974e
commit
7a44e6e365
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue