Skip to content

Commit

Permalink
cargo-zigbuild: 0.18.2 -> 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 28, 2024
1 parent 6d5c4cf commit 428fd55
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.18.2";
version = "0.18.3";

src = fetchFromGitHub {
owner = "messense";
repo = pname;
rev = "v${version}";
hash = "sha256-qPoPDUx88fBRkxcwirIgGO9wivB/e7B7Yy55JOICvdM=";
hash = "sha256-wL6Rmw5hJI8cJDw2WO9CDOyeOuZv6QoFxrn81JrYBR4=";
};

cargoHash = "sha256-011FySv7BbfTB1uHWh916MvK1gXqbu8Bp38aEkUytqs=";
cargoHash = "sha256-uCZYDh4+Pri77DzqZj12cav7o8eDY2+fgwIwVBdcbHg=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 428fd55

Please sign in to comment.