prowlarr: 1.26.1.4844 -> 1.28.2.4885
This commit is contained in:
parent
cf00f76e61
commit
00fb7e06a2
3 changed files with 21 additions and 10 deletions
|
@ -8,6 +8,7 @@
|
|||
nixpkgs-jellyseerr,
|
||||
nixpkgs-bazarr,
|
||||
nixpkgs-radicale,
|
||||
nixpkgs-prowlarr,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
|
@ -42,6 +43,7 @@ in {
|
|||
bazarr = nixpkgs-bazarr.legacyPackages.${system}.bazarr;
|
||||
jellyseerr = nixpkgs-jellyseerr.legacyPackages.${system}.jellyseerr;
|
||||
radicale = nixpkgs-radicale.legacyPackages.${system}.radicale;
|
||||
prowlarr = nixpkgs-prowlarr.legacyPackages.${system}.prowlarr;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue