lol

cargo-zigbuild: 0.14.0 -> 0.14.1

figsoda 0fcbe58a d17013ea

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-zigbuild/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-zigbuild"; 5 - version = "0.14.0"; 6 7 src = fetchFromGitHub { 8 owner = "messense"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-XeeMROSO012vo9nOsVUdFFLTj+9mSYtg+EFHJxs+kl0="; 12 }; 13 14 - cargoSha256 = "sha256-KuxGUDS2xJLa32mON+JI7tT+zAheOk7M5FYtSDJlF1A="; 15 16 nativeBuildInputs = [ makeWrapper ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-zigbuild"; 5 + version = "0.14.1"; 6 7 src = fetchFromGitHub { 8 owner = "messense"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-9MmIu7oNdLLOl4zsx/A1v0dEc54bN+J6T2GcLFOvMpQ="; 12 }; 13 14 + cargoSha256 = "sha256-3UNjJRpNrDdrU63R7z+6TJR7lq8waPceDscx2yo+QeE="; 15 16 nativeBuildInputs = [ makeWrapper ]; 17