Unverified Commit f0a05ce8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

include-what-you-use: 0.24 -> 0.25 (#446352)

parents 9e20976b 0a933af6
Loading
Loading
Loading
Loading
+5 −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.24";
  version = "0.25";

  src = fetchurl {
    url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
    hash = "sha256-ojQhzv9gHT6iFej6kpK/qMo56xrCCY277fxs/mVUHBA=";
    hash = "sha256-voH51UmIgUYkZQYN3Ci1h8ASVCVccG05fRpJTWnrXv0=";
  };

  postPatch = ''
@@ -63,6 +63,9 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://include-what-you-use.org";
    license = licenses.bsd3;
    maintainers = [
      maintainers.ja1den
    ];
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -6716,7 +6716,7 @@ with pkgs;
  iaca = iaca_3_0;

  include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
    llvmPackages = llvmPackages_20;
    llvmPackages = llvmPackages_21;
  };

  inherit (callPackage ../applications/misc/inochi2d { })