Merge pull request #174377 from r-ryantm/auto-update/ccache

ccache: 4.6 -> 4.6.1
This commit is contained in:
Kira Bruneau 2022-06-02 18:12:36 -04:00 committed by GitHub
commit e36551682a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec { let ccache = stdenv.mkDerivation rec {
pname = "ccache"; pname = "ccache";
version = "4.6"; version = "4.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "011i1aczv4nixq4gvjixcd73df2xplcrldfv0w12yaz5iy4vaw6b"; sha256 = "sha256-XcelGBb5bRLZKSbtC2J40d6CsSF/ZF3eJW0UXe1Y40A=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];