chore: upgrade lanzaboote & disko

This commit is contained in:
Ryan Yin
2026-03-16 14:03:46 +08:00
parent c4fb878d28
commit 5cc1583bd6
2 changed files with 47 additions and 73 deletions

View File

@@ -72,7 +72,7 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.3";
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -95,7 +95,7 @@
};
disko = {
url = "github:nix-community/disko/v1.11.0";
url = "github:nix-community/disko/v1.13.0";
inputs.nixpkgs.follows = "nixpkgs";
};