lanzaboote: 0.3.0->0.4.2; re-lock flake

This commit is contained in:
Trolli Schmittlauch 2025-05-05 01:26:56 +02:00
parent b2ab30cdbb
commit bbdf2c3c4f
2 changed files with 46 additions and 106 deletions

View file

@ -10,7 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
url = "github:nix-community/lanzaboote/v0.4.2";
# deliberately do _not_ follow the nixpkgs input here, because paranoia and test coverage
};
utils.url = "github:numtide/flake-utils";