From 2106a2414137e981d3b29ab129795aa051326614 Mon Sep 17 00:00:00 2001
From: Luke Granger-Brown <git@lukegb.com>
Date: Sun, 2 Mar 2025 10:46:39 +0900
Subject: [PATCH] lanzaboote: update

---
 third_party/lanzaboote.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/third_party/lanzaboote.nix b/third_party/lanzaboote.nix
index 4856435ece..989466602e 100644
--- a/third_party/lanzaboote.nix
+++ b/third_party/lanzaboote.nix
@@ -5,8 +5,8 @@ let
   src = pkgs.fetchFromGitHub {
     owner = "nix-community";
     repo = "lanzaboote";
-    rev = "2f48272f34174fd2a5ab3df4d8a46919247be879";
-    hash = "sha256-zpmAzrvK8KdssBSwiIwwRxaUJ77oWORbW0XFvgCFpTE=";
+    rev = "6321bc060d757c137c1fbae2057c7e941483878f";
+    hash = "sha256-w8ixbqOGrVWMQZFFs4uAwZpuwuGMzFoKjocMFxTR5Ts=";
   };
 
   flake-parts-src = pkgs.fetchFromGitHub {