Merge pull request #241013 from r-ryantm/auto-update/trunk

trunk: 0.16.0 -> 0.17.1

authored by

figsoda and committed by
GitHub
6da98d28 cbf013d7

+3 -3
+3 -3
pkgs/development/tools/trunk/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "trunk"; 6 - version = "0.16.0"; 6 + version = "0.17.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "thedodd"; 10 10 repo = "trunk"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-6o+frbLtuw+DwJiWv4x11qX4GUffhxF19pi/7FLYmHA="; 12 + sha256 = "sha256-z6/CogY7X3u4BvvP8gRjBeKw0Cci9d6TKZYrKLwoTqs="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ]; ··· 20 20 # requires network 21 21 checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; 22 22 23 - cargoSha256 = "sha256-j/i2io1JfcNA7eeAXAAKMBtHORZm4J5dOFFNnzvx2cg="; 23 + cargoHash = "sha256-7j4SNBMNtu4vFkZic4I6Wjlt+oHQ1o8gOxweIq8t7ro="; 24 24 25 25 meta = with lib; { 26 26 homepage = "https://github.com/thedodd/trunk";