Skip to content

Commit

Permalink
Merge pull request #274371 from r-ryantm/auto-update/cargo-generate
Browse files Browse the repository at this point in the history
cargo-generate: 0.18.5 -> 0.19.0
  • Loading branch information
turboMaCk authored Dec 15, 2023
2 parents 73b3a14 + 715d39b commit 9a9178b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-generate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-generate";
version = "0.18.5";
version = "0.19.0";

src = fetchFromGitHub {
owner = "cargo-generate";
repo = "cargo-generate";
rev = "v${version}";
sha256 = "sha256-be0jgjhaboutT+c3rRyp6fjmv8nAkggkcqofWmH83Zc=";
sha256 = "sha256-OT2cjNYcEKk6Thnlq7SZvK2RJ6M1Zn62GrqpKbtrUdM=";
};

cargoHash = "sha256-Sset3+jRm6yOUkvLYxBHdFvVCYOq3bvix9b3pnt7AV8=";
cargoHash = "sha256-DAJsW3uKrSyIju7K13dMQFNOwE9WDuBuPx8imdPAxqk=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 9a9178b

Please sign in to comment.