summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-05-16 18:39:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-05-16 20:27:31 +0200
commit2159ea5e4cb78493a15202fdd902af1dd43887d3 (patch)
tree0a5d437d69cfce82f35a1eb529630825d8259e6e /pkgs/development/tools
parenta4e9662297072e6bb333f3f4e4147e1f06b92254 (diff)
downloadnixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar.gz
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar.bz2
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar.lz
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar.xz
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.tar.zst
nixpkgs-2159ea5e4cb78493a15202fdd902af1dd43887d3.zip
include-what-you-use: 0.5 -> 0.6
* Added mappings for Qt 5.4.
* Added better analysis of uses in macros.
* Added --no_comments switch to suppress why-comments.
* Fixed bug with global namespace qualifier on friend declarations.
* Fixed bug in fix_includes.py generating invalid diff output.
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/analysis/include-what-you-use/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/include-what-you-use/default.nix b/pkgs/development/tools/analysis/include-what-you-use/default.nix
index 374f0fee3f1..bd3f33d169a 100644
--- a/pkgs/development/tools/analysis/include-what-you-use/default.nix
+++ b/pkgs/development/tools/analysis/include-what-you-use/default.nix
@@ -3,10 +3,10 @@
 stdenv.mkDerivation rec {
   name = "include-what-you-use-${version}";
   # Also bump llvmPackages in all-packages.nix to the supported version!
-  version = "0.5";
+  version = "0.6";
 
   src = fetchurl {
-    sha256 = "19pwhgwvfr86n8ks099p9r02v7zh8d3qs7g7snzkhpdgq1azww85";
+    sha256 = "0n3z4pfbby0rl338irbs4yvcmjfnza82xg9a8r9amyl0bkfasbxb";
     url = "${meta.homepage}/downloads/${name}.src.tar.gz";
   };