3
0
Fork 0
forked from mirrors/nixpkgs

ccache: 4.5.1 -> 4.6

This commit is contained in:
R. Ryantm 2022-02-28 02:33:26 +00:00
parent 0a8007498f
commit 11870cb2b0

View file

@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.5.1";
version = "4.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-AmzfBuase3RDoRVswyIgBnyL5TK0LXEGmYIpDzsCwgs=";
sha256 = "sha256-h1lhR8P4aNM6tQCodhpEIXwA0bUQ26B3aoiQeX2siCU=";
};
outputs = [ "out" "man" ];