From 80a7ce3920062a602c205ae9b599d7b0f6793196 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 21 Mar 2023 21:04:45 -0400 Subject: [PATCH] nix-init: 0.2.0 -> 0.2.1 Diff: https://github.com/nix-community/nix-init/compare/v0.2.0...v0.2.1 Changelog: https://github.com/nix-community/nix-init/blob/v0.2.1/CHANGELOG.md --- pkgs/tools/nix/nix-init/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/nix/nix-init/default.nix b/pkgs/tools/nix/nix-init/default.nix index 3453a1b74c66..2b207ce03cb6 100644 --- a/pkgs/tools/nix/nix-init/default.nix +++ b/pkgs/tools/nix/nix-init/default.nix @@ -26,16 +26,16 @@ in rustPlatform.buildRustPackage rec { pname = "nix-init"; - version = "0.2.0"; + version = "0.2.1"; src = fetchFromGitHub { owner = "nix-community"; repo = "nix-init"; rev = "v${version}"; - hash = "sha256-/lH8zO6ah7/HVZ7jOxTgs2iKND1UlGP5EQLtx6JsFxo="; + hash = "sha256-SvoKw0Ep8NGknu+6qd6xW6hfH261kFD6DjZhPXQpzs0="; }; - cargoHash = "sha256-jI/hysUq3JGe0hdZTQQw49BfcTWMx6jg+QAkd1QeBv4="; + cargoHash = "sha256-lm4Y/ZTRMiBp3ECKnHZBvwM8Qso+rilT3BDxzfcnpHQ="; nativeBuildInputs = [ curl @@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec { ]; buildNoDefaultFeatures = true; - buildFeatures = [ "reqwest/rustls-tls" ]; checkFlags = [ # requires internet access