Update authentik and phanpy

This commit is contained in:
Natsu Kagami 2024-08-12 15:53:47 +02:00
parent 73d9b5fb4e
commit a5df4c0b58
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 9 additions and 9 deletions

View file

@ -235,11 +235,11 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1719154855, "lastModified": 1723470164,
"narHash": "sha256-uLV3PAVG+eZVnfVkRmHABGi7vRW/q8qvDafw3VzmFgk=", "narHash": "sha256-ZWcDD4HTmFtEJgEA2Ydg2mA+yu0FVcfEHbCGVXDatfw=",
"ref": "refs/heads/dtth-fork", "ref": "refs/heads/dtth-fork",
"rev": "97978f4a6556e69b826e15f7d2c3c4079a1c1c47", "rev": "c72bd47bbd18523b951b3fa73c789629504d0eb3",
"revCount": 2662, "revCount": 2721,
"type": "git", "type": "git",
"url": "ssh://gitea@git.dtth.ch/nki/phanpy?branch=dtth-fork" "url": "ssh://gitea@git.dtth.ch/nki/phanpy?branch=dtth-fork"
}, },
@ -1191,11 +1191,11 @@
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1719075281, "lastModified": 1723175592,
"narHash": "sha256-CyyxvOwFf12I91PBWz43iGT1kjsf5oi6ax7CrvaMyAo=", "narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a71e967ef3694799d0c418c98332f7ff4cc5f6af", "rev": "5e0ca22929f3342b19569b21b2f3462f053e497b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -22,8 +22,8 @@ let
}; };
authentik = mkImage { authentik = mkImage {
imageName = "ghcr.io/goauthentik/server"; imageName = "ghcr.io/goauthentik/server";
finalImageTag = "2024.4.2"; finalImageTag = "2024.6.3";
imageDigest = "sha256:a2e592a08eb3c9e3435aa4e6585d60cc1eb54850da9d1498d56a131bbfbe03ff"; imageDigest = "sha256:31bbe9c91ef7f95f0ed5f051bd268465d79b20eeb127066f39af22991ccfc85d";
}; };
}; };
authentikEnv = pkgs.writeText "authentik.env" '' authentikEnv = pkgs.writeText "authentik.env" ''