ccache: 4.11.3 -> 4.12.1 (#448742)

This commit is contained in:
Kira Bruneau
2025-10-29 22:16:27 +00:00
committed by GitHub
+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 = [