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

ccache: 4.8.3 -> 4.9
This commit is contained in:
Kira Bruneau 2024-01-01 14:49:10 -05:00 committed by GitHub
commit fb5f998b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ccache";
version = "4.8.3";
version = "4.9";
src = fetchFromGitHub {
owner = "ccache";
repo = "ccache";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-fcstTjwwOh5SAe6+VT5MpBaD+AEFoQtHop99dOMr7/A=";
sha256 = "sha256-/R9ReX1l3okUuVD93IdomoaBTYdKvuIuggyk0sJoYmg=";
};
outputs = [ "out" "man" ];