cargo-zigbuild: 0.19.7 -> 0.19.8

This commit is contained in:
R. Ryantm 2025-02-10 01:06:59 +00:00
parent 6f1338e307
commit 7a57caade0

View File

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-zigbuild";
version = "0.19.7";
version = "0.19.8";
src = fetchFromGitHub {
owner = "messense";
repo = pname;
rev = "v${version}";
hash = "sha256-kuzKW7ol4ZdxIhfAdvAKRb8fgwaU2LTO43dxrpke1Ow=";
hash = "sha256-S/Xx487z8LFjCSrB9tQTJy4+AQial2Dptg5xZqzPkVE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-WsX1noIRlMRzNqJUxR55CxdTCxJ+DVddVRIbkLtWK1Q=";
cargoHash = "sha256-L9SoaXGzYHY6vOWESvovHNzSehOWD4RGAC/3K6qT6Ks=";
nativeBuildInputs = [ makeWrapper ];