Skip to content

Commit

Permalink
lanzaboote: v0.4.1 -> v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jan 29, 2025
1 parent 4ff192c commit aabfc63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
4 changes: 2 additions & 2 deletions packages/lanzaboote.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit aabfc63

Please sign in to comment.