From 2a1df220ea792b0a31dff0ca9b026d0573254693 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 6 Feb 2026 11:44:27 -0500 Subject: [PATCH] nix-init: 0.3.2 -> 0.3.3 Diff: https://github.com/nix-community/nix-init/compare/v0.3.2...v0.3.3 Changelog: https://github.com/nix-community/nix-init/blob/v0.3.3/CHANGELOG.md --- pkgs/by-name/ni/nix-init/package.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ni/nix-init/package.nix b/pkgs/by-name/ni/nix-init/package.nix index fee8f60c7566..6bdc07480cdb 100644 --- a/pkgs/by-name/ni/nix-init/package.nix +++ b/pkgs/by-name/ni/nix-init/package.nix @@ -26,16 +26,16 @@ in rustPlatform.buildRustPackage (finalAttrs: { pname = "nix-init"; - version = "0.3.2"; + version = "0.3.3"; src = fetchFromGitHub { owner = "nix-community"; repo = "nix-init"; tag = "v${finalAttrs.version}"; - hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4="; + hash = "sha256-S0dlcbjaClCa82sqHHW5nqLE2zcJdCsYFj6SxffHk1U="; }; - cargoHash = "sha256-kk/SaP/ZtSorSSewAdf0Bq7tiMhB5dZb8v9MlsaUa0M="; + cargoHash = "sha256-oiPjkPRd1P6THKAuZva6wJR1posXglK+emIYb4ruzU8="; nativeBuildInputs = [ curl @@ -77,8 +77,7 @@ rustPlatform.buildRustPackage (finalAttrs: { env = { GEN_ARTIFACTS = "artifacts"; - # FIXME: our libgit2 is currently too new - # LIBGIT2_NO_VENDOR = 1; + LIBGIT2_NO_VENDOR = true; NIX = lib.getExe nix; NURL = lib.getExe nurl; ZSTD_SYS_USE_PKG_CONFIG = true;