Skip to content

Commit 80a7ce3

Browse files
committed
1 parent b9dfd91 commit 80a7ce3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pkgs/tools/nix/nix-init/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ in
2626

2727
rustPlatform.buildRustPackage rec {
2828
pname = "nix-init";
29-
version = "0.2.0";
29+
version = "0.2.1";
3030

3131
src = fetchFromGitHub {
3232
owner = "nix-community";
3333
repo = "nix-init";
3434
rev = "v${version}";
35-
hash = "sha256-/lH8zO6ah7/HVZ7jOxTgs2iKND1UlGP5EQLtx6JsFxo=";
35+
hash = "sha256-SvoKw0Ep8NGknu+6qd6xW6hfH261kFD6DjZhPXQpzs0=";
3636
};
3737

38-
cargoHash = "sha256-jI/hysUq3JGe0hdZTQQw49BfcTWMx6jg+QAkd1QeBv4=";
38+
cargoHash = "sha256-lm4Y/ZTRMiBp3ECKnHZBvwM8Qso+rilT3BDxzfcnpHQ=";
3939

4040
nativeBuildInputs = [
4141
curl
@@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec {
5858
];
5959

6060
buildNoDefaultFeatures = true;
61-
buildFeatures = [ "reqwest/rustls-tls" ];
6261

6362
checkFlags = [
6463
# requires internet access

0 commit comments

Comments
 (0)