Merge pull request #137972 from Mic92/trunk

trunk: 0.10.0 -> 0.13.1

authored by Jörg Thalheim and committed by GitHub 204c1b25 7125e04c

+6 -3
+6 -3
pkgs/development/tools/trunk/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "trunk"; 6 - version = "0.10.0"; 6 + version = "0.13.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "thedodd"; 10 10 repo = "trunk"; 11 11 rev = "v${version}"; 12 - sha256 = "W6d05MKquG1QFkvofqWk94+6j5q8yuAjNgZFG3Z3kNo="; 12 + sha256 = "sha256-pFF3x4vfouqO49q+MVyvYS40cH8cVn4yB61o14K6ABY="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ]; ··· 17 17 then [ libiconv CoreServices Security ] 18 18 else [ openssl ]; 19 19 20 - cargoSha256 = "sha256-0ehz0ETNA2gOvTJUu8uq5H+bv4VXOJMq6AA8kn65m/Q="; 20 + # requires network 21 + checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ]; 22 + 23 + cargoSha256 = "sha256-Faj0xZkGTs5z5vMfr2BwN1/xm5vopewI9ZWkOhyPq9c="; 21 24 22 25 meta = with lib; { 23 26 homepage = "https://github.com/thedodd/trunk";