From 9067dd09db38130c400bc7a392339f757fa5ff45 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Sat, 3 Aug 2024 10:09:55 +0200 Subject: [PATCH] update: 2024.6.1 -> 2024.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes: https://docs.goauthentik.io/docs/releases/2024.6#fixed-in-202462 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/9075270b01e784d25f2ec08b82e73f1ce3086184' (2024-07-11) → 'github:goauthentik/authentik/d6904b6aa1440f98f8061c3d12f7358c21b5ae2d' (2024-07-31) --- components/gopkgs.nix | 2 +- flake.lock | 8 ++++---- flake.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/gopkgs.nix b/components/gopkgs.nix index 4e55d3a..6e71c0c 100644 --- a/components/gopkgs.nix +++ b/components/gopkgs.nix @@ -41,7 +41,7 @@ buildGo122Module { "cmd/proxy" "cmd/radius" ]; - vendorHash = "sha256-hxtyXyCfVemsjYQeo//gd68x4QO/4Vcww8i2ocsUVW8="; + vendorHash = "sha256-BcL9QAc2jJqoPaQImJIFtCiu176nxmVcCLPjXjNBwqI="; nativeBuildInputs = [ makeWrapper ]; doCheck = false; postInstall = '' diff --git a/flake.lock b/flake.lock index b58f127..4532549 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1720727154, - "narHash": "sha256-SMupiJGJbkBn33JP4WLF3IsBdt3SN3JvZg/EYlz443g=", + "lastModified": 1722437664, + "narHash": "sha256-MtnBndHJmrp7NLIUO2/8SMy/9RKXyoTmh3X19P6KOtI=", "owner": "goauthentik", "repo": "authentik", - "rev": "9075270b01e784d25f2ec08b82e73f1ce3086184", + "rev": "d6904b6aa1440f98f8061c3d12f7358c21b5ae2d", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2024.6.1", + "ref": "version/2024.6.2", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 95f74c2..8aee5a9 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2024.6.1"; + url = "github:goauthentik/authentik/version/2024.6.2"; flake = false; }; }; @@ -46,7 +46,7 @@ { inherit inputs; } ({ inputs, lib, withSystem, ... }: let - authentik-version = "2024.6.1"; # to pass to the drvs of some components + authentik-version = "2024.6.2"; # to pass to the drvs of some components in { systems = [ "x86_64-linux"