aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";