From 63492d7223e21d8c8075be10ab28f38831839452 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 3 Feb 2025 18:11:55 -0500 Subject: [PATCH] flake.nix: update Lanzaboote --- flake.lock | 43 ++++++++++++++++++++++++++----------------- flake.nix | 2 +- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 5c7fb60..1a1bc2a 100644 --- a/flake.lock +++ b/flake.lock @@ -125,10 +125,7 @@ }, "crane": { "inputs": { - "nixpkgs": [ - "lanzaboote", - "nixpkgs" - ] + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1717535930, @@ -304,11 +301,11 @@ "systems": "systems_4" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { @@ -991,7 +988,6 @@ "crane": "crane", "flake-compat": "flake-compat_2", "flake-parts": "flake-parts", - "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs" ], @@ -999,16 +995,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1718178907, - "narHash": "sha256-eSZyrQ9uoPB9iPQ8Y5H7gAmAgAvCw3InStmU3oEjqsE=", + "lastModified": 1737639419, + "narHash": "sha256-AEEDktApTEZ5PZXNDkry2YV2k6t0dTgLPEmAZbnigXU=", "owner": "nix-community", "repo": "lanzaboote", - "rev": "b627ccd97d0159214cee5c7db1412b75e4be6086", + "rev": "a65905a09e2c43ff63be8c0e86a93712361f871e", "type": "github" }, "original": { "owner": "nix-community", - "ref": "v0.4.1", + "ref": "v0.4.2", "repo": "lanzaboote", "type": "github" } @@ -1187,6 +1183,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1738553537, + "narHash": "sha256-HrrsuYIOl14dreCDUsXQGrWxdiU8LPKxcIo759jUk6Q=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2d31b9476b7c6f5b029e595586b0b112a7ad130b", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1735563628, "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", @@ -1268,7 +1280,7 @@ "nix-minecraft-upstream": "nix-minecraft-upstream", "nix-wsl": "nix-wsl", "nixfiles-assets": "nixfiles-assets", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_3", "nixpkgs-nix-du": "nixpkgs-nix-du", "nixpkgs-unstable": "nixpkgs-unstable", "rust-overlay": "rust-overlay_2", @@ -1278,10 +1290,7 @@ }, "rust-overlay": { "inputs": { - "flake-utils": [ - "lanzaboote", - "flake-utils" - ], + "flake-utils": "flake-utils", "nixpkgs": [ "lanzaboote", "nixpkgs" diff --git a/flake.nix b/flake.nix index 682fa9b..fb46d1b 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ # https://github.com/nix-community/lanzaboote/releases lanzaboote = { - url = "github:nix-community/lanzaboote/v0.4.1"; + url = "github:nix-community/lanzaboote/v0.4.2"; inputs.nixpkgs.follows = "nixpkgs"; };