ccache: 4.7.1 -> 4.7.2

This commit is contained in:
R. Ryantm 2022-10-30 14:31:02 +00:00
parent 4a9f9e03fc
commit 1be66b246c

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" ];