nixos-configs/devices/nos/modules/arion/media/prowlarr/images/prowlarr.nix
matt1432 99ece0bd2f
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-03-06 14:18:07 -05:00

8 lines
320 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/prowlarr";
imageDigest = "sha256:d5e469ec1723869dc5bcbbaf66134e629df0569fbf42fd7c9858602edab90230";
sha256 = "08yx3axaifdm60csk4jgmi6cpfkw2m7ppcjz2b8hqvd5j5jsx62g";
finalImageName = "ghcr.io/linuxserver/prowlarr";
finalImageTag = "latest";
}