about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-07 15:33:49 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-07 15:34:20 +0200
commit644d12c83d463b220f9fd6430beb4d77478bf66b (patch)
treea6bb19a99267731f41095992006d6c47aa57915e /flake.nix
parentstyle(pkgs/stamp): Format (diff)
downloadnixos-config-644d12c83d463b220f9fd6430beb4d77478bf66b.tar.gz
nixos-config-644d12c83d463b220f9fd6430beb4d77478bf66b.zip
build(flake): Update lanzaboote to v0.4.1
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bd0d7f81..0fddec86 100644
--- a/flake.nix
+++ b/flake.nix
@@ -192,7 +192,7 @@
       };
     };
     lanzaboote = {
-      url = "github:nix-community/lanzaboote/v0.3.0";
+      url = "github:nix-community/lanzaboote/v0.4.1";
       inputs = {
         nixpkgs.follows = "nixpkgs-stable";
         flake-compat.follows = "flake-compat";