Merge pull request #83952 from r-ryantm/auto-update/compcert

compcert: 3.6 -> 3.7
This commit is contained in:
Mario Rodas 2020-04-01 08:27:02 -05:00 committed by GitHub
commit ff174bf0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "compcert"; pname = "compcert";
version = "3.6"; version = "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AbsInt"; owner = "AbsInt";
repo = "CompCert"; repo = "CompCert";
rev = "v${version}"; rev = "v${version}";
sha256 = "1k9xhj7fgllhf7bn7rp3w6zfvs4clglnc4w39zp4678hrwvdcpha"; sha256 = "1h4zhk9rrqki193nxs9vjvya7nl9yxjcf07hfqb6g77riy1vd2jr";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];