cargo-zigbuild: 0.16.11 -> 0.16.12
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.16.11...v0.16.12 Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.16.12
This commit is contained in:
parent
0305eac59f
commit
a22f80220f
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-zigbuild";
|
||||
version = "0.16.11";
|
||||
version = "0.16.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "messense";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-1Y/M/xT4Fwn2xJ1XDI82onz5UcGJsivYTXdESx13ehE=";
|
||||
sha256 = "sha256-qrttPpbmh8yL80naXeOosBDjxKjWRxmsVHJLRzLOehQ=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-XWNyhwxegy1V+buJz4ffxfF3r2SVcXid8PbKQpljQ2o=";
|
||||
cargoSha256 = "sha256-6bGRV1qYF+VWJjA5qS6PYx/4iLvsIDABxkN2N3AYXAU=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue