nixos-configs/devices/nos/modules/docker/forgejo/images/forgejo.nix

9 lines
319 B
Nix
Raw Normal View History

pkgs:
pkgs.dockerTools.pullImage {
imageName = "codeberg.org/forgejo/forgejo";
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/aaee3dc' (2024-08-29) → 'github:matt1432/discord-nightly-overlay/c61d792' (2024-08-30) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1b35667' (2024-08-20) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c99b986' (2024-08-29) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=92a0dd1&submodules=1' (2024-08-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=c5fd577&submodules=1' (2024-08-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/23c7925' (2024-08-28) → 'github:hyprwm/aquamarine/cff0019' (2024-08-30) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/aadf9a2' (2024-08-28) → 'github:hyprwm/hyprutils/8976e3f' (2024-08-29) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/0ce5684' (2024-08-29) → 'github:Jovian-Experiments/Jovian-NixOS/a14f978' (2024-08-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/e72651a' (2024-08-29) → 'github:nix-community/nixpkgs-wayland/99b0d59' (2024-08-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.2: sha256:221639a84fae9d9ec5236a50f4980c3cd5332851949f6e989f5f44cc411cf4fa → sha256:818fd892add3c6ade24ece9cc498301a44f68b844bd21abccf4795e7011094bf • rssbridge/rss-bridge latest: sha256:b5bdea7965411cb1b3c48120ddda04c1e6218bcbeb201d40d81a18e15fcfef78 → sha256:327315251d038d2ddae7eb088569470f52255f8a0cdc4df41eab47dab4624318 Firefox Addons: bitwarden: 2024.8.0 -> 2024.8.1
2024-08-30 12:46:19 -04:00
imageDigest = "sha256:818fd892add3c6ade24ece9cc498301a44f68b844bd21abccf4795e7011094bf";
sha256 = "06i7f7jy39mh920m8l2nw98ds86s2lv6q7i1g1l5yy4f6fvsh1k4";
finalImageName = "codeberg.org/forgejo/forgejo";
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/aaee3dc' (2024-08-29) → 'github:matt1432/discord-nightly-overlay/c61d792' (2024-08-30) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1b35667' (2024-08-20) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c99b986' (2024-08-29) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=92a0dd1&submodules=1' (2024-08-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=c5fd577&submodules=1' (2024-08-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/23c7925' (2024-08-28) → 'github:hyprwm/aquamarine/cff0019' (2024-08-30) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/aadf9a2' (2024-08-28) → 'github:hyprwm/hyprutils/8976e3f' (2024-08-29) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/0ce5684' (2024-08-29) → 'github:Jovian-Experiments/Jovian-NixOS/a14f978' (2024-08-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/e72651a' (2024-08-29) → 'github:nix-community/nixpkgs-wayland/99b0d59' (2024-08-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.2: sha256:221639a84fae9d9ec5236a50f4980c3cd5332851949f6e989f5f44cc411cf4fa → sha256:818fd892add3c6ade24ece9cc498301a44f68b844bd21abccf4795e7011094bf • rssbridge/rss-bridge latest: sha256:b5bdea7965411cb1b3c48120ddda04c1e6218bcbeb201d40d81a18e15fcfef78 → sha256:327315251d038d2ddae7eb088569470f52255f8a0cdc4df41eab47dab4624318 Firefox Addons: bitwarden: 2024.8.0 -> 2024.8.1
2024-08-30 12:46:19 -04:00
finalImageTag = "8.0.2";
}