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

This commit is contained in:
Artturi 2021-12-15 17:43:01 +02:00 committed by GitHub
commit 9ff29f8c2b
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.16";
version = "0.17";
src = fetchurl {
sha256 = "sha256-jW/JslU0O8Hl7EWeOVEt8dUcYOA1YpheAHYDYRn/Whw=";
sha256 = "sha256-7KfAT4tBa2OF7QDjNmmn+kaTzSbLcrUizeVYgo6wxmU=";
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
};

View file

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