summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-02-13 18:48:18 +0100
committerSilas Schöffel <sils@sils.li>2025-02-13 18:48:18 +0100
commit00673cd4c006869a688906a62186a1c2ea1f33da (patch)
tree20781bd7f42d752fc24e940e715e420db79132d2 /flake.nix
parentflake.lock: update (diff)
downloadnix-config-00673cd4c006869a688906a62186a1c2ea1f33da.zip
flake: lanzaboote v0.4.1 -> v0.4.2
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a5666a0..ef57e44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,7 +73,7 @@
       };
     };
     lanzaboote = {
-      url = "github:nix-community/lanzaboote/v0.4.1";
+      url = "github:nix-community/lanzaboote/v0.4.2";
       inputs = {
         crane.follows = "crane";
         nixpkgs.follows = "nixpkgs";