nixos-configs/devices/nos/modules/arion/media/sabnzbd/images/sabnzbd.nix
matt1432 5c7aca6b4a
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-10 14:18:50 -04:00

8 lines
318 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/sabnzbd";
imageDigest = "sha256:808e8dc05c97d7a9aa5c7662973ce3f064a1d3f53351f220037d4d313a00e423";
sha256 = "11z9yg3lsf7fcss9j7wl3937wvfsshvfiv6sg1anxh6g5ingihc1";
finalImageName = "ghcr.io/linuxserver/sabnzbd";
finalImageTag = "latest";
}