include-what-you-use: 0.23 -> 0.24 (#396760)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-19 04:12:00 +02:00
committed by GitHub
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
@@ -8435,7 +8435,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 { })