ccache: 4.11.3 -> 4.12.1

https://ccache.dev/releasenotes.html#_ccache_4_12_1
Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-10-27 20:07:54 -04:00
committed by Kira Bruneau
parent 697ef599ac
commit 21c901ab05
+6 -2
View File
@@ -22,7 +22,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ccache";
version = "4.11.3";
version = "4.12.1";
src = fetchFromGitHub {
owner = "ccache";
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
exit 1
fi
'';
hash = "sha256-w41e73Zh5HhYhgLPtaaSiJ48BklBNtnK9S859tol5wc=";
hash = "sha256-EfX5cLb23VpRbImXTfOTS+dHq6UTd6ecuPWdmz4nLDs=";
};
outputs = [
@@ -61,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
})
];
postPatch = ''
patchShebangs --build test/fake-compilers
'';
strictDeps = true;
nativeBuildInputs = [