From c18dc73e1a2da9fdabeae46234b893158e15fd49 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Thu, 3 Oct 2024 17:40:43 +0200 Subject: [PATCH] build: update `crane` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'crane': 'github:ipetkov/crane/b65673fce97d277934488a451724be94cc62499a' (2024-06-03) → 'github:ipetkov/crane/5b03654ce046b5167e7b0bccbd8244cb56c16f0e' (2024-09-26) • Removed input 'crane/nixpkgs' --- flake.lock | 41 +++++++++++------------------------------ flake.nix | 2 +- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/flake.lock b/flake.lock index 9b26a42..f933231 100644 --- a/flake.lock +++ b/flake.lock @@ -17,20 +17,17 @@ } }, "crane": { - "inputs": { - "nixpkgs": "nixpkgs" - }, "locked": { - "lastModified": 1717383740, - "narHash": "sha256-559HbY4uhNeoYvK3H6AMZAtVfmR3y8plXZ1x6ON/cWU=", + "lastModified": 1727316705, + "narHash": "sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE=", "owner": "ipetkov", "repo": "crane", - "rev": "b65673fce97d277934488a451724be94cc62499a", + "rev": "5b03654ce046b5167e7b0bccbd8244cb56c16f0e", "type": "github" }, "original": { "owner": "ipetkov", - "ref": "v0.17.3", + "ref": "v0.19.0", "repo": "crane", "type": "github" } @@ -248,7 +245,7 @@ "flake-utils": "flake-utils_2", "nix-filter": "nix-filter_2", "nixlib": "nixlib", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "rust-overlay": "rust-overlay" }, "locked": { @@ -312,16 +309,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1714656196, - "narHash": "sha256-kjQkA98lMcsom6Gbhw8SYzmwrSo+2nruiTcTZp5jK7o=", - "owner": "NixOS", + "lastModified": 1679577639, + "narHash": "sha256-7u7bsNP0ApBnLgsHVROQ5ytoMqustmMVMgtaFS/P7EU=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "94035b482d181af0a0f8f77823a790b256b7c3cc", + "rev": "8f1bcd72727c5d4cd775545595d068be410f2a7e", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "nixos", + "ref": "nixpkgs-22.11-darwin", "repo": "nixpkgs", "type": "github" } @@ -358,22 +355,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1679577639, - "narHash": "sha256-7u7bsNP0ApBnLgsHVROQ5ytoMqustmMVMgtaFS/P7EU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "8f1bcd72727c5d4cd775545595d068be410f2a7e", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-22.11-darwin", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "advisory-db": "advisory-db", diff --git a/flake.nix b/flake.nix index 11a881e..d6c4668 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs.advisory-db.flake = false; inputs.advisory-db.url = "github:rustsec/advisory-db"; - inputs.crane.url = "github:ipetkov/crane/v0.17.3"; + inputs.crane.url = "github:ipetkov/crane/v0.19.0"; inputs.fenix.inputs.nixpkgs.follows = "nixpkgs-nixos"; inputs.fenix.url = "github:nix-community/fenix/4306d494985e00719573bbdeb863c27c6d83dc9c"; inputs.flake-utils.url = "github:numtide/flake-utils";