Unverified Commit 1fef9523 authored by Jaiden Douglas's avatar Jaiden Douglas
Browse files
parent a9ac4dea
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { })