nixos-configs/configurations/nos/modules/docker/nextcloud/images/nextcloud.nix

9 lines
278 B
Nix
Raw Normal View History

2024-02-23 00:34:43 -05:00
pkgs:
pkgs.dockerTools.pullImage rec {
2024-02-23 00:34:43 -05:00
imageName = "nextcloud";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-02-03) rev: aef23f2fa31d99c72ba3690fb3aac7ec949d76c1 → 'github:elchininet/custom-sidebar' (2025-02-04) rev: a901b689ada3476da7957c8c8f6a8fe7b87c8e46 • Updated input 'docker-compose': 'github:matt1432/nixos-docker-compose' (2025-02-04) rev: 576dc92dce3b07c9bc6b59a96a12703de8a1a1da → 'github:matt1432/nixos-docker-compose' (2025-02-04) rev: 2d202ac11867fab295ddd03acada4fa8ad4e1612 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-03) rev: 066ba0c5cfddbc9e0dddaec73b1561ad38aa8abe → 'github:nix-community/home-manager' (2025-02-04) rev: 7abcf59a365430b36f84eaa452a466b11e469e33 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-03) rev: 5e7292434a9189d0550187f8a6fb687848194a41 → 'github:hyprwm/Hyprland' (2025-02-04) rev: 3b99e906df8b439d65e740301940e57efc057012 • Updated input 'modernz-src': 'github:Samillion/ModernZ' (2025-01-30) rev: b38043da940e3809501ea5549638adc91c5b428e → 'github:Samillion/ModernZ' (2025-02-04) rev: 23b0d4d16587ab063ff7ed95d0a6ae0df23ace14 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-02) rev: 5542800ed394225b5560a25e7fb92455bdcf5b85 → 'github:fufexan/nix-gaming' (2025-02-04) rev: 3c83a677771fea8b55724f2d5cde0ca878c65712 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-02-01) rev: 4127ece8315c718d024b5e090416dd96b1cc1b0f → 'github:kaylorben/nixcord' (2025-02-04) rev: adf7f6f821f80ac67b482fb374255b210d885bf8 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-01) rev: 3a228057f5b619feb3186e986dbe76278d707b6e → 'github:NixOS/nixpkgs' (2025-02-03) rev: c6e957d81b96751a3d5967a0fd73694f303cc914 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-02) rev: 8be0c76038b1f76914c600f48ee012fb40714f18 → 'github:nix-community/nixpkgs-wayland' (2025-02-04) rev: 8c0ca69b34e6d514e1153e6fb07d14c2c62b9fa4 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-03) rev: cffc3d38e5c1a0bf6059e3917a3afac453f7ca82 → 'github:make-all/tuya-local' (2025-02-04) rev: 626623ba3e5709b5c989f90a1e41a965a2786416 Docker Images: • postgres 14: sha256:7fe0928f6de61208d6b39730456085d74578046df4c684fa198f0fb065f4381e → sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a • postgres 14: sha256:7fe0928f6de61208d6b39730456085d74578046df4c684fa198f0fb065f4381e → sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a • rssbridge/rss-bridge latest: sha256:432e82149408951fe5865d85726e034e507106208fd13ba44e9fd23facaccbcc → sha256:035d245d5f4e541451ce737d994c51d69506e50759f9e3bc6f2491668caed1f6 • nextcloud fpm: sha256:4c898a6e3a17fcd3bcbe9d2450079a95581cfb9f0dbfca246c39bd60c77d123b → sha256:07c4bfc1c38a3326e3ee777cbe6691de74424486bdc21ac31d291902c041296f • nginx latest: sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a → sha256:bc2f6a7c8ddbccf55bdb19659ce3b0a92ca6559e86d42677a5a02ef6bda2fcef Firefox Addons: sound-volume: 1.5.8 -> 1.5.9
2025-02-04 15:21:39 -05:00
imageDigest = "sha256:07c4bfc1c38a3326e3ee777cbe6691de74424486bdc21ac31d291902c041296f";
hash = "sha256-xYqfCZAOBERPerr2Nd0c5dyh6q9UdyGGFtHwMIVVGMY=";
finalImageName = imageName;
chore: unpin hyprland and nextcloud, switch back to nixos-unstable Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/5ae0a9e' (2024-09-21) → 'github:Aylur/astal/8cab7d0' (2024-09-22) • Updated input 'home-manager': 'github:nix-community/home-manager/14929f7' (2024-09-21) → 'github:nix-community/home-manager/04213d1' (2024-09-22) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=b248d59&submodules=1' (2024-09-18) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e5ff19a&submodules=1' (2024-09-22) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/faf4c74' (2024-09-21) → 'github:Jovian-Experiments/Jovian-NixOS/d71bcb4' (2024-09-22) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/7ea77f2' (2024-09-20) → 'github:fufexan/nix-gaming/43a085b' (2024-09-22) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c1b0fa0' (2024-09-16) → 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/eca2693' (2024-09-21) → 'github:NixOS/nixpkgs/c04d565' (2024-09-19) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/ff23ca1' (2024-09-21) → 'github:nix-community/nixpkgs-wayland/a1318d7' (2024-09-22) Docker Images: • nextcloud fpm: sha256:74e016552a6f908fa3700c0dfa3757fb20f8ff2a630cd357ebbdc9c359a53bf0 → sha256:724553f742322d67f34282be46b414572d4e0cd46ccd54d2f2a24b6a87a472b0 • ghcr.io/linuxserver/radarr latest: sha256:dfbce5095045fc1c15058318342ee590ab50379854b13464dd2ca17b10c4beb4 → sha256:df843d96b812d858b94377ffed1918424ece6735038a19e8ff93730277757b65
2024-09-22 14:05:24 -04:00
finalImageTag = "fpm";
2024-02-23 00:34:43 -05:00
}