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

This commit is contained in:
Sandro 2023-02-06 22:39:23 +01:00 committed by GitHub
commit 99fe0e68f9
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,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "include-what-you-use";
# Also bump llvmPackages in all-packages.nix to the supported version!
version = "0.18";
version = "0.19";
src = fetchurl {
sha256 = "sha256-kQL8hBkpR1ffhqic5uwwX42QqBjR8lmKE50V6xiUuPM=";
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
hash = "sha256-KxAVe2DqCK3AjjiWtJIcc/yt1exOtlKymjQSnVAeXuA=";
};
postPatch = ''

View File

@ -17892,7 +17892,7 @@ with pkgs;
img = callPackage ../development/tools/img { };
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
llvmPackages = llvmPackages_14;
llvmPackages = llvmPackages_15;
};
indent = callPackage ../development/tools/misc/indent { };