nixos-configs/devices/nos/modules/arion/media/prowlarr/images/prowlarr.nix
matt1432 a1400a2335
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-04-21 02:45:58 -04:00

8 lines
320 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/prowlarr";
imageDigest = "sha256:c1f9e2e8339642b32c8c8679b4d89058f3985699760fc7bc4e187a99f8549e86";
sha256 = "042vf3s2nl3wvjhqvabxjl4k8fmkpshdsan0mpwhj7y8zilbycsg";
finalImageName = "ghcr.io/linuxserver/prowlarr";
finalImageTag = "latest";
}