summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-05-25 02:16:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-17 14:50:36 +0000
commit3a98132fb576d873b181535e77197d8f7b249992 (patch)
tree96e965c616fe56582e13f98b394a227c78fd4006
parentMerge pull request #187090 from NixOS/backport-186685-to-release-22.05 (diff)
downloadnixpkgs-3a98132fb576d873b181535e77197d8f7b249992.tar.gz
(cherry picked from commit 6a925882648ca00b141ece4b95d66fe3f4afd0f9)
-rw-r--r--pkgs/development/tools/misc/ccache/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/ccache/default.nix b/pkgs/development/tools/misc/ccache/default.nix
index 8b5e61580590..98ae2d42ba40 100644
--- a/pkgs/development/tools/misc/ccache/default.nix
+++ b/pkgs/development/tools/misc/ccache/default.nix
@@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
- version = "4.6";
+ version = "4.6.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "011i1aczv4nixq4gvjixcd73df2xplcrldfv0w12yaz5iy4vaw6b";
+ sha256 = "sha256-XcelGBb5bRLZKSbtC2J40d6CsSF/ZF3eJW0UXe1Y40A=";
};
outputs = [ "out" "man" ];