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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user