include-what-you-use: 0.23 -> 0.24

https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.24
This commit is contained in:
Jaiden Douglas
2025-04-07 17:30:49 +09:30
parent f17d40344b
commit 37487ef15e
2 changed files with 3 additions and 3 deletions
@@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
pname = "include-what-you-use";
# 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";
version = "0.24";
src = fetchurl {
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
hash = "sha256-AATVqRaXF6zy9IEkilv8FcfVXdwrnNx/RhsG6T1Jxz8=";
hash = "sha256-ojQhzv9gHT6iFej6kpK/qMo56xrCCY277fxs/mVUHBA=";
};
postPatch = ''
+1 -1
View File
@@ -8482,7 +8482,7 @@ with pkgs;
};
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
llvmPackages = llvmPackages_19;
llvmPackages = llvmPackages_20;
};
inherit (callPackage ../applications/misc/inochi2d { })