Unverified Commit 29743d18 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #223844 from figsoda/zigbuild

cargo-zigbuild: 0.16.4 -> 0.16.5
parents 0edcc0ba 81cef56d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-zigbuild";
  version = "0.16.4";
  version = "0.16.5";

  src = fetchFromGitHub {
    owner = "messense";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-95cmmYHRS9BS+CtVE/sV2dwmoAk1EKJjX7NulKRuPLs=";
    sha256 = "sha256-KyfwH2zdKUUazIZoea8XVOo+vGbPrx5x00IceUuAPXM=";
  };

  cargoSha256 = "sha256-5zdakF/6pDNWcAw8IXCe4Jl246V/Jdto1FPBFkKy6gg=";
  cargoSha256 = "sha256-z+NTfF+7zbfRt5/uvno4Z2hA6onVBWKR6Tje2KClkc0=";

  nativeBuildInputs = [ makeWrapper ];