summary refs log tree commit diff stats
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
parentflake.lock: update (diff)
downloadnix-config-00673cd4c006869a688906a62186a1c2ea1f33da.zip
flake: lanzaboote v0.4.1 -> v0.4.2
-rw-r--r--flake.lock11
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 2a6ecde..0785352 100644
--- a/flake.lock
+++ b/flake.lock
@@ -494,9 +494,6 @@
         "flake-parts": [
           "flake-parts"
         ],
-        "flake-utils": [
-          "flake-utils"
-        ],
         "nixpkgs": [
           "nixpkgs"
         ],
@@ -508,16 +505,16 @@
         ]
       },
       "locked": {
-        "lastModified": 1718178907,
-        "narHash": "sha256-eSZyrQ9uoPB9iPQ8Y5H7gAmAgAvCw3InStmU3oEjqsE=",
+        "lastModified": 1737639419,
+        "narHash": "sha256-AEEDktApTEZ5PZXNDkry2YV2k6t0dTgLPEmAZbnigXU=",
         "owner": "nix-community",
         "repo": "lanzaboote",
-        "rev": "b627ccd97d0159214cee5c7db1412b75e4be6086",
+        "rev": "a65905a09e2c43ff63be8c0e86a93712361f871e",
         "type": "github"
       },
       "original": {
         "owner": "nix-community",
-        "ref": "v0.4.1",
+        "ref": "v0.4.2",
         "repo": "lanzaboote",
         "type": "github"
       }
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";