Skip to content

Commit

Permalink
cargo-generate: 0.21.1 -> 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Aug 11, 2024
1 parent 385326a commit 7ae7b28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/tools/rust/cargo-generate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, rustPlatform
, fetchFromGitHub
, pkg-config
, libgit2
, libgit2_1_8
, openssl
, stdenv
, darwin
Expand All @@ -11,20 +11,20 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-generate";
version = "0.21.1";
version = "0.21.3";

src = fetchFromGitHub {
owner = "cargo-generate";
repo = "cargo-generate";
rev = "v${version}";
sha256 = "sha256-Pza1MK5yWpuNfaaFAJy5/Pf+t0TN1Hzc5wKcpmMpEf0=";
sha256 = "sha256-1F/865UgdqwfpITFhXCuL7CmducL7w0lVDyfui9UzjU=";
};

cargoHash = "sha256-b6WfsDTAZgxA977JhdlafE+POPvMLl8Z7CzEf+L2+Us=";
cargoHash = "sha256-szPO1V09EThpo2N03Ll+ZJUpvjp2b+/C/sviOzFfG+k=";

nativeBuildInputs = [ pkg-config ];

buildInputs = [ libgit2 openssl ] ++ lib.optionals stdenv.isDarwin [
buildInputs = [ libgit2_1_8 openssl ] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
];

Expand Down

0 comments on commit 7ae7b28

Please sign in to comment.