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