diff --git a/configurations/nos/modules/docker/forgejo/images/act_runner.nix b/configurations/nos/modules/docker/forgejo/images/act_runner.nix index e07fb1b1..79344751 100644 --- a/configurations/nos/modules/docker/forgejo/images/act_runner.nix +++ b/configurations/nos/modules/docker/forgejo/images/act_runner.nix @@ -1,8 +1,8 @@ pkgs: pkgs.dockerTools.pullImage rec { imageName = "vegardit/gitea-act-runner"; - imageDigest = "sha256:59ddfdc7e592b72665f86d3c4d7d83ff07a5ddfd711e627a1a8eaca0bd76be23"; - sha256 = "052a9hqzq8xv2lzwy7il182pb9f854kq6z2pagpf09mgqx4b2bdb"; + imageDigest = "sha256:1cb04d85979d671a20c045d23c99bb64df9d4c4d42c236778db0583e146b0b9a"; + hash = "sha256-65bcnbXuSKPXL7krm6S+JB2nWZTzi7i2PhhwEdxy9IY="; finalImageName = imageName; finalImageTag = "dind-latest"; } diff --git a/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix b/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix index e4bf7fa6..83943565 100644 --- a/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix +++ b/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix @@ -1,8 +1,8 @@ pkgs: pkgs.dockerTools.pullImage rec { imageName = "ghcr.io/linuxserver/sabnzbd"; - imageDigest = "sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7"; - sha256 = "0v28vvlzr4acjbfpwh3vqm08lhk8k4v6qyxjbac2wsczkcvpqwck"; + imageDigest = "sha256:3a4135cc058422f80ae503468e4af4cdc5df41331ab01988f9372a6861d916ca"; + hash = "sha256-M/X/Y7oj8c/3BtbJwymIrpuc4aXTX2cC3Jo7ILM40Dw="; finalImageName = imageName; finalImageTag = "latest"; } diff --git a/flake.lock b/flake.lock index 98a868e1..b19a1951 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 2ded77c5..58a27048 100644 Binary files a/flake.nix and b/flake.nix differ