From dca18a068bcabdc69294f7f2d7b410ad3a43540a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 29 Jan 2025 18:36:49 +0100 Subject: build(flake): Switch to lanzaboote v0.4.2 The 0.4.1 version has problems parsing a systemd file --- flake.lock | 11 ++++------- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index b4597785..c52bac02 100644 --- a/flake.lock +++ b/flake.lock @@ -331,9 +331,6 @@ "flake-parts": [ "flake-parts" ], - "flake-utils": [ - "flake-utils" - ], "nixpkgs": [ "nixpkgs-stable" ], @@ -345,16 +342,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 59efc128..7a4473cf 100644 --- a/flake.nix +++ b/flake.nix @@ -194,8 +194,7 @@ }; }; lanzaboote = { - # TODO: Subscribe to their update feed. <2024-12-18> - url = "github:nix-community/lanzaboote/v0.4.1"; + url = "github:nix-community/lanzaboote/v0.4.2"; inputs = { nixpkgs.follows = "nixpkgs-stable"; flake-compat.follows = "flake-compat"; -- cgit 1.4.1