nixos-configs/devices/nos/modules/arion/media/prowlarr/images/prowlarr.nix
matt1432 d896a0e3f3
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-22 09:42:39 -04:00

8 lines
320 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/prowlarr";
imageDigest = "sha256:664812ebccd668d1771f6daf6ce03309b1b3587022a7bd540ecb90d0d2a8f003";
sha256 = "06h39x1cxh9dwpramvv6bgfay6dnbyx264wf23hkf7hh48ylmb5b";
finalImageName = "ghcr.io/linuxserver/prowlarr";
finalImageTag = "latest";
}