ccache: 4.7.2 -> 4.7.3

This commit is contained in:
R. Ryantm 2022-11-06 14:24:06 +00:00 committed by Bjørn Forsman
parent 3138f96051
commit e0f93084f7

View file

@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec { let ccache = stdenv.mkDerivation rec {
pname = "ccache"; pname = "ccache";
version = "4.7.2"; version = "4.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-djqqXw6SSxH0ki1905hvRrCa1vYKDRFIsCvZ2vat/CM="; sha256 = "sha256-i5VOKBNAzu65Ha3Lj3Hh6k+EMGPRAo5/qnwnJipDnMI=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];