Merge pull request #146761 from kira-bruneau/ccache

ccache: 4.5 → 4.5.1

authored by

Ryan Burns and committed by
GitHub
0f5806fe 4600fe8e

+2 -2
+2 -2
pkgs/development/tools/misc/ccache/default.nix
··· 15 15 16 16 let ccache = stdenv.mkDerivation rec { 17 17 pname = "ccache"; 18 - version = "4.5"; 18 + version = "4.5.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = pname; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - hash = "sha256-RRQso5j249PinoWznix4x4/NURe3TrwYlKOF4q8dc5U="; 24 + sha256 = "sha256-AmzfBuase3RDoRVswyIgBnyL5TK0LXEGmYIpDzsCwgs="; 25 25 }; 26 26 27 27 outputs = [ "out" "man" ];