Skip to content

Commit

Permalink
ccache: 4.6.1 -> 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Aug 23, 2022
1 parent ce603c2 commit fa066dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/ccache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.6.1";
version = "4.6.2";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-XcelGBb5bRLZKSbtC2J40d6CsSF/ZF3eJW0UXe1Y40A=";
sha256 = "sha256-vffJsFMSN0ARjn8QgLiKaaLiLnfyhcHOuQ1N3AkvVbA=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit fa066dd

Please sign in to comment.