drill: 0.8.3 -> 0.9.0 (#475187)

This commit is contained in:
Nick Cao
2026-01-01 20:48:50 +00:00
committed by GitHub

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "drill";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitHub {
owner = "fcsonline";
repo = "drill";
rev = version;
sha256 = "sha256-4y5gpkQB0U6Yq92O6DDD5eq/i/36l/VfeyiE//pcZOk=";
sha256 = "sha256-jBnRVTnrSfEpN7xgMrlAsCwl62kZpHMI4IeT0rPb+zg=";
};
cargoHash = "sha256-wrfQtJHhSG53tV3R4u/Ri4iv1VoAmuT3xleAQEJOIzE=";
cargoHash = "sha256-CfPmTmtCpBgxDH043yIedZk9dngPb5L6z7jQpmvtiEA=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
pkg-config