Merge pull request #92503 from Luflosi/update/include-what-you-use

include-what-you-use: 0.13 -> 0.14
This commit is contained in:
Maximilian Bosch 2020-07-06 23:35:51 +02:00 committed by GitHub
commit 52eb5aa2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "include-what-you-use";
# Also bump llvmPackages in all-packages.nix to the supported version!
version = "0.13";
version = "0.14";
src = fetchurl {
sha256 = "1jav4qf7d303by9iy6v08w73wfwzj76i54inh90w1s34m9q44aa9";
sha256 = "1vq0c8jqspvlss8hbazml44fi0mbslgnp2i9wcr0qrjpvfbl6623";
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
};

View File

@ -10666,7 +10666,7 @@ in
};
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
llvmPackages = llvmPackages_8;
llvmPackages = llvmPackages_10;
};
indent = callPackage ../development/tools/misc/indent { };