Merge pull request #171350 from danjl1100/submit/trunk

trunk: 0.14.0 -> 0.15.0

authored by Bobby Rong and committed by GitHub 4b6fbc87 3241daed

+3 -3
+3 -3
pkgs/development/tools/trunk/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "trunk"; 6 - version = "0.14.0"; 7 8 src = fetchFromGitHub { 9 owner = "thedodd"; 10 repo = "trunk"; 11 rev = "v${version}"; 12 - sha256 = "sha256-69MQDIF79pSuaOgZEIqb/ESPQzL7MUiQaJaxPccGxo8="; 13 }; 14 15 nativeBuildInputs = [ pkg-config ]; ··· 20 # requires network 21 checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; 22 23 - cargoSha256 = "sha256-3WTxCMNpBmiNbZMHp5BrqTXa1vmE/ZZ/8XbdcfxBfYg="; 24 25 meta = with lib; { 26 homepage = "https://github.com/thedodd/trunk";
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "trunk"; 6 + version = "0.15.0"; 7 8 src = fetchFromGitHub { 9 owner = "thedodd"; 10 repo = "trunk"; 11 rev = "v${version}"; 12 + sha256 = "sha256-VHUs/trR1M5WacEA0gwKLkGtsws9GFmn1vK0kRxpNII="; 13 }; 14 15 nativeBuildInputs = [ pkg-config ]; ··· 20 # requires network 21 checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; 22 23 + cargoSha256 = "sha256-czXe9W+oR1UV7zGZiiHcbydzH6sowa/8upm+5lkPG1U="; 24 25 meta = with lib; { 26 homepage = "https://github.com/thedodd/trunk";