trunk: 0.21.1 -> 0.21.4

This commit is contained in:
R. Ryantm 2024-11-30 15:41:04 +00:00
parent dfd6a4a50f
commit 4604b01e79

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";