From aabfc63d52df60bcb68653d8926344fbe933024c Mon Sep 17 00:00:00 2001 From: Leon Schumacher Date: Wed, 29 Jan 2025 14:54:04 +0100 Subject: [PATCH] lanzaboote: v0.4.1 -> v0.4.2 --- README.md | 2 +- packages/lanzaboote.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72ea57b..91fac5d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A personal collection of unusual things |`i915ovmfPkg`|`1.0.0`|VBIOS for Intel GPU Passthrough|https://github.com/x78x79x82x79/i915ovmfPkg| |`jade`|`2a11849`|Pug template engine for Go|https://github.com/Joker/jade| |`knock`|`0.8`|A port-knocking daemon|https://github.com/jvinet/knock| -|`lanzaboote`|`0.4.1`|Secure Boot for NixOS|https://github.com/nix-community/lanzaboote| +|`lanzaboote`|`0.4.2`|Secure Boot for NixOS|https://github.com/nix-community/lanzaboote| |`libdill`|`2.14-unstable-2022-08-10`|Structured concurrency in C|https://libdill.org| |`libhpke`|`4eef470`|HPKE implementation in C|https://github.com/oktaysm/hpke| |`libhydrogen`|`2024-05-09`|A lightweight, secure, easy-to-use crypto library suitable for constrained environments|https://libhydrogen.org| diff --git a/packages/lanzaboote.nix b/packages/lanzaboote.nix index 91262b6..fc1c99b 100644 --- a/packages/lanzaboote.nix +++ b/packages/lanzaboote.nix @@ -1,7 +1,7 @@ pkgs: -let src = builtins.getFlake "github:nix-community/lanzaboote/b627ccd97d0159214cee5c7db1412b75e4be6086"; in +let src = builtins.getFlake "github:nix-community/lanzaboote/a65905a09e2c43ff63be8c0e86a93712361f871e"; in (pkgs.linkFarmFromDrvs "lanzaboote" (with src.packages.${pkgs.system}; [ stub tool ])).overrideAttrs { - version = "0.4.1"; + version = "0.4.2"; meta = { description = "Secure Boot for NixOS"; homepage = "https://github.com/nix-community/lanzaboote";