trunk: 0.21.1 -> 0.21.4 (#360470)

This commit is contained in:
Weijia Wang 2024-12-09 19:23:59 +01:00 committed by GitHub
commit d936a6e084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@ openssl,
rustPlatform.buildRustPackage rec {
pname = "trunk";
version = "0.21.1";
version = "0.21.4";
src = fetchFromGitHub {
owner = "trunk-rs";
repo = "trunk";
rev = "v${version}";
hash = "sha256-6EuSz7bFlL49l5gjoKCyRTfAWiwIHFdG0t+StvGj7f8=";
hash = "sha256-tU0Xob0dS1+rrfRVitwOe0K1AG05LHlGPHhFL0yOjxM=";
};
nativeBuildInputs = [ pkg-config ];
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
# requires network
checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ];
cargoHash = "sha256-NfGDra5xHVY04CofTriCUspLY3f4Tiq6Wm9ON0K8jwY=";
cargoHash = "sha256-iuxACtr91qWzojKWaieAd6kk/q9j5JSD1Fa50oCKogA=";
meta = with lib; {
homepage = "https://github.com/trunk-rs/trunk";