From 7937c07328949ea20bd6768c6bee30f290f95dc6 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 1 Nov 2023 22:34:28 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'utils': 'github:gytis-ivaskevicius/flake-utils-plus/166d6ebd9f0de03afc98060ac92cba9c71cfe550' (2021-11-29) → 'github:gytis-ivaskevicius/flake-utils-plus/6cf1e312fb259693c4930d07ca3cbe1d07ef4a48' (2023-10-02) • Updated input 'utils/flake-utils': 'github:numtide/flake-utils/74f7e4319258e287b0f9cb95426c9853b282730b' (2021-11-28) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Added input 'utils/flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) --- flake.lock | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 7063b6c..bbc88dd 100644 --- a/flake.lock +++ b/flake.lock @@ -54,12 +54,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1638122382, - "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -172,6 +175,21 @@ "type": "gitlab" } }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1605370193, @@ -192,16 +210,16 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1638172912, - "narHash": "sha256-jxhQGNEsZTdop/Br3JPS+xmBf6t9cIWRzVZFxbT76Rw=", + "lastModified": 1696281284, + "narHash": "sha256-xcmtTmoiiAOSk4abifbtqVZk0iwBcqJfg47iUbkwhcE=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "166d6ebd9f0de03afc98060ac92cba9c71cfe550", + "rev": "6cf1e312fb259693c4930d07ca3cbe1d07ef4a48", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", - "ref": "v1.3.1", + "ref": "v1.4.0", "repo": "flake-utils-plus", "type": "github" }