summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-11-20 13:28:32 -0800
committerGitHub <noreply@github.com>2021-11-20 13:28:32 -0800
commit0f5806fe23b6bcb8335de72fa303799ac709240d (patch)
treed3e2bdd9d6e0a187a00b42ab5af512a6526306a4
parent4600fe8ed82eff4bcb8075b497335a34d83b3189 (diff)
parent62b541455d2cef0f43defcf6ce8ce72561797be8 (diff)
Merge pull request #146761 from kira-bruneau/ccache
ccache: 4.5 → 4.5.1
-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 6e6f71b6fbea..10e11391cd35 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.5";
+ version = "4.5.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- hash = "sha256-RRQso5j249PinoWznix4x4/NURe3TrwYlKOF4q8dc5U=";
+ sha256 = "sha256-AmzfBuase3RDoRVswyIgBnyL5TK0LXEGmYIpDzsCwgs=";
};
outputs = [ "out" "man" ];