nixos-configs/devices/nos/modules/arion/nextcloud/images/nextcloud.nix
matt1432 d17a69372a
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(pkgs): improve versioning
2024-06-13 22:27:54 -04:00

8 lines
286 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "nextcloud";
imageDigest = "sha256:0bb498026da9fee4c7c703a9ed682aa2aee825a82946c6944a872cbedb44a272";
sha256 = "1ahpz4a1pdbg7554ydqzfagra32snd6pc7dv1afq5pwyd03cllr4";
finalImageName = "nextcloud";
finalImageTag = "29.0.1-fpm";
}