Merge pull request #198657 from r-ryantm/auto-update/ccache

ccache: 4.7.1 -> 4.7.2
This commit is contained in:
Ryan Burns 2022-10-30 19:56:28 -07:00 committed by GitHub
commit 8a984d4c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-k19Rbc7IPZemT6k5uTRXpoIV1n57aRSXQC276Xdc2EM=";
sha256 = "sha256-djqqXw6SSxH0ki1905hvRrCa1vYKDRFIsCvZ2vat/CM=";
};
outputs = [ "out" "man" ];