Skip to content

Commit

Permalink
cargo-zigbuild: 0.19.2 -> 0.19.3 (NixOS#345238)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 3, 2024
2 parents 7abc524 + 094664f commit 5129943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-zigbuild/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-zigbuild";
version = "0.19.2";
version = "0.19.3";

src = fetchFromGitHub {
owner = "messense";
repo = pname;
rev = "v${version}";
hash = "sha256-O3Sg7wVNqTH8uhBSlVpmPNmFv+JC9/tw3G0LcOYUzKc=";
hash = "sha256-fVsYQjv+DjGCWv/dAk8S8GcEtDIdaxb1yXAqCpTm0sQ=";
};

cargoHash = "sha256-C0TpZZ/CJgNx0sB920/0yJW3iY4tPF6M70bveS1Ux24=";
cargoHash = "sha256-R5jv8hFHdhS6MoU5oHleN5B7k2RPX7GhJMwym8kYAYY=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 5129943

Please sign in to comment.