Skip to content

Commit

Permalink
include-what-you-use: 0.22 -> 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ja1den committed Jan 29, 2025
1 parent a9ac4de commit 1fef952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@

stdenv.mkDerivation rec {
pname = "include-what-you-use";
# Also bump llvmPackages in all-packages.nix to the supported version!
version = "0.22";
# Make sure to bump `llvmPackages` in "pkgs/top-level/all-packages.nix" to the supported version:
# https://github.com/include-what-you-use/include-what-you-use?tab=readme-ov-file#clang-compatibility
version = "0.23";

src = fetchurl {
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
hash = "sha256-hZB0tGHqS4MlpzQYwgfKM7XmVmsI5rWH65FkQWVppt0=";
hash = "sha256-AATVqRaXF6zy9IEkilv8FcfVXdwrnNx/RhsG6T1Jxz8=";
};

postPatch = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7989,7 +7989,7 @@ with pkgs;
};

include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
llvmPackages = llvmPackages_18;
llvmPackages = llvmPackages_19;
};

inherit (callPackage ../applications/misc/inochi2d { })
Expand Down

0 comments on commit 1fef952

Please sign in to comment.