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

https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.23
This commit is contained in:
Jaiden Douglas
2025-01-29 09:56:20 +01:00
parent a9ac4deac7
commit 1fef952353
2 changed files with 5 additions and 4 deletions
@@ -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 = ''
+1 -1
View File
@@ -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 { })