Unverified Commit bbd62abd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #238255 from figsoda/zigbuild

cargo-zigbuild: 0.16.10 -> 0.16.11
parents 2028c38a fd4776b8
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.10";
  version = "0.16.11";

  src = fetchFromGitHub {
    owner = "messense";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-d7RA6sOM5zHAhM51pBc0ahblVaT/+fzLUPtbGcxIqfA=";
    sha256 = "sha256-1Y/M/xT4Fwn2xJ1XDI82onz5UcGJsivYTXdESx13ehE=";
  };

  cargoSha256 = "sha256-Frs4BvD562RUSwyjlmJIihqFTtPjYTdpUlDGXKkg/9U=";
  cargoSha256 = "sha256-XWNyhwxegy1V+buJz4ffxfF3r2SVcXid8PbKQpljQ2o=";

  nativeBuildInputs = [ makeWrapper ];