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

ccache: 4.5.1 -> 4.6
This commit is contained in:
Kira Bruneau
2022-02-27 22:38:20 -05:00
committed by GitHub
@@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.5.1";
version = "4.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-AmzfBuase3RDoRVswyIgBnyL5TK0LXEGmYIpDzsCwgs=";
sha256 = "sha256-h1lhR8P4aNM6tQCodhpEIXwA0bUQ26B3aoiQeX2siCU=";
};
outputs = [ "out" "man" ];