nix: update lanzaboote to v0.4.2

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 48798433f9
commit 79210ac73d
2 changed files with 31 additions and 22 deletions

View file

@ -4,7 +4,7 @@
inputs = {
# NixOS official package source, using the unstable branch here
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
nix-darwin.url = "github:LnL7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";