include-what-you-use: 0.18 -> 0.19

https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.19
This commit is contained in:
Luflosi 2022-11-07 12:33:22 +01:00
parent 99563190d5
commit a19c382df8
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
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

@ -17840,7 +17840,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 { };