nixos-configs/devices/nos/modules/arion/media/seerr/images/jellyseerr.nix
matt1432 4a396a28cc
All checks were successful
Discord / discord commits (push) Has been skipped
fix(hypr): unpin commit
2024-06-23 20:32:04 -04:00

8 lines
325 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/fallenbagel/jellyseerr";
imageDigest = "sha256:12ab533334ccc5b4c1f8d59067d70fdb816bdb17747d10737ea379dea952602f";
sha256 = "1z2xawbv5ac752mk784zsvnjjfjlkhml001py28inwww6rklj151";
finalImageName = "ghcr.io/fallenbagel/jellyseerr";
finalImageTag = "develop";
}