forked from mirrors/nixpkgs
include-what-you-use: 0.16 -> 0.17
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.17
This commit is contained in:
parent
789c36322b
commit
a77548dd3e
|
@ -3,10 +3,10 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "include-what-you-use";
|
pname = "include-what-you-use";
|
||||||
# Also bump llvmPackages in all-packages.nix to the supported version!
|
# Also bump llvmPackages in all-packages.nix to the supported version!
|
||||||
version = "0.16";
|
version = "0.17";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "sha256-jW/JslU0O8Hl7EWeOVEt8dUcYOA1YpheAHYDYRn/Whw=";
|
sha256 = "sha256-7KfAT4tBa2OF7QDjNmmn+kaTzSbLcrUizeVYgo6wxmU=";
|
||||||
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
|
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14797,7 +14797,7 @@ with pkgs;
|
||||||
img = callPackage ../development/tools/img { };
|
img = callPackage ../development/tools/img { };
|
||||||
|
|
||||||
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
|
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {
|
||||||
llvmPackages = llvmPackages_12;
|
llvmPackages = llvmPackages_13;
|
||||||
};
|
};
|
||||||
|
|
||||||
indent = callPackage ../development/tools/misc/indent { };
|
indent = callPackage ../development/tools/misc/indent { };
|
||||||
|
|
Loading…
Reference in a new issue