Skip to content

Commit

Permalink
cargo-zigbuild: 0.19.4 -> 0.19.7 (#362876)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents e204bce + b6dc676 commit d536036
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.4";
version = "0.19.7";

src = fetchFromGitHub {
owner = "messense";
repo = pname;
rev = "v${version}";
hash = "sha256-b1TzMqX+mt14rhOLQQHnHYN69peEfXGpyM4rR6EcxbU=";
hash = "sha256-kuzKW7ol4ZdxIhfAdvAKRb8fgwaU2LTO43dxrpke1Ow=";
};

cargoHash = "sha256-NWP8jaQz4KzsZFFR9WAvdlecUI3ogPNN4pcyCUBSq6E=";
cargoHash = "sha256-86rxLszfr1Bi0mNf53KKowKx/i+dbFUcNVoi5Q50xc8=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit d536036

Please sign in to comment.