diff options
| author | Kira Bruneau <kira.bruneau@pm.me> | 2022-08-17 11:11:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-17 11:11:23 -0400 |
| commit | a55a7db823959cf509d55325201f1864af4574b9 (patch) | |
| tree | 530a62db7d9e3403cfd1ae75adbaedb509cf392d | |
| parent | Merge pull request #187128 from NixOS/backport-184121-to-release-22.05 (diff) | |
| parent | ccache: 4.6 -> 4.6.1 (diff) | |
| download | nixpkgs-a55a7db823959cf509d55325201f1864af4574b9.tar.gz | |
Merge pull request #187129 from NixOS/backport-174377-to-release-22.05
[Backport release-22.05] ccache: 4.6 -> 4.6.1
| -rw-r--r-- | pkgs/development/tools/misc/ccache/default.nix | 4 |
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" ]; |
