include-what-you-use: 0.25 -> 0.26 (#502887)

This commit is contained in:
Colin
2026-03-27 19:52:01 +00: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.25";
version = "0.26";
src = fetchurl {
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
hash = "sha256-voH51UmIgUYkZQYN3Ci1h8ASVCVccG05fRpJTWnrXv0=";
hash = "sha256-UkfAyaWd+dFOiqdAj/7EE0xqSu8S9ZCSkRH7/qyTCgg=";
};
postPatch = ''
+1 -1
View File
@@ -5814,7 +5814,7 @@ with pkgs;
iaca = iaca_3_0;
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
llvmPackages = llvmPackages_21;
llvmPackages = llvmPackages_22;
};
inherit (callPackage ../applications/misc/inochi2d { })