Merge pull request #72534 from r-ryantm/auto-update/include-what-you-use

include-what-you-use: 0.12 -> 0.13
This commit is contained in:
markuskowa 2019-11-11 22:53:49 +01:00 committed by GitHub
commit 04c5e20496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "include-what-you-use";
# Also bump llvmPackages in all-packages.nix to the supported version!
version = "0.12";
version = "0.13";
src = fetchurl {
sha256 = "09b0h704fh7r4f5h92p5997cj3zk1v04bqp4jk1j1f6cmfq2z2d5";
sha256 = "1jav4qf7d303by9iy6v08w73wfwzj76i54inh90w1s34m9q44aa9";
url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz";
};