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

ccache: 3.7.10 -> 3.7.11

authored by Benjamin Hipple and committed by GitHub f715d5a3 5adcc605

+2 -2
+2 -2
pkgs/development/tools/misc/ccache/default.nix
··· 2 3 let ccache = stdenv.mkDerivation rec { 4 pname = "ccache"; 5 - version = "3.7.10"; 6 7 src = fetchFromGitHub { 8 owner = "ccache"; 9 repo = "ccache"; 10 rev = "v${version}"; 11 - sha256 = "0v6pvj50y18fxh2f6cx6xyg545xcpxfmrcg9bzbc6lc5acrvvjm7"; 12 }; 13 14 nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];
··· 2 3 let ccache = stdenv.mkDerivation rec { 4 pname = "ccache"; 5 + version = "3.7.11"; 6 7 src = fetchFromGitHub { 8 owner = "ccache"; 9 repo = "ccache"; 10 rev = "v${version}"; 11 + sha256 = "03c6riz4vb0jipplk69c1j8arjjrjn676kglsrzqf8cidrh8j91c"; 12 }; 13 14 nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];