Merge pull request #111628 from r-burns/ccache

ccache: 4.1 -> 4.2
This commit is contained in:
Sandro 2021-02-02 13:31:12 +01:00 committed by GitHub
commit e7130630d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1az11q3wmr8wc7alx9l70wq9am41cm0y17g5gsaqmahws3dxfi8m";
sha256 = "1lr9804xyzbs72f9jbbzy1fjqxwrwpb4rp431wqialvms4251d8f";
};
patches = lib.optional stdenv.isDarwin (substituteAll {