diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-07 15:33:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-07 15:34:20 +0200 |
commit | 644d12c83d463b220f9fd6430beb4d77478bf66b (patch) | |
tree | a6bb19a99267731f41095992006d6c47aa57915e /flake.nix | |
parent | style(pkgs/stamp): Format (diff) | |
download | nixos-config-644d12c83d463b220f9fd6430beb4d77478bf66b.tar.gz nixos-config-644d12c83d463b220f9fd6430beb4d77478bf66b.zip |
build(flake): Update lanzaboote to v0.4.1
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index bd0d7f81..0fddec86 100644 --- a/flake.nix +++ b/flake.nix @@ -192,7 +192,7 @@ }; }; lanzaboote = { - url = "github:nix-community/lanzaboote/v0.3.0"; + url = "github:nix-community/lanzaboote/v0.4.1"; inputs = { nixpkgs.follows = "nixpkgs-stable"; flake-compat.follows = "flake-compat"; |