prowlarr: 1.26.1.4844 -> 1.28.2.4885

This commit is contained in:
Pim Kunis 2024-12-31 13:47:27 +01:00
parent cf00f76e61
commit 00fb7e06a2
3 changed files with 21 additions and 10 deletions

View file

@ -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;
})
];
}