Unverified Commit 37487ef1 authored by Jaiden Douglas's avatar Jaiden Douglas
Browse files
parent f17d4034
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { })