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
stdenv.mkDerivation rec {
pname = "compcert";
version = "3.6";
version = "3.7";
src = fetchFromGitHub {
owner = "AbsInt";
repo = "CompCert";
rev = "v${version}";
sha256 = "1k9xhj7fgllhf7bn7rp3w6zfvs4clglnc4w39zp4678hrwvdcpha";
sha256 = "1h4zhk9rrqki193nxs9vjvya7nl9yxjcf07hfqb6g77riy1vd2jr";
};
nativeBuildInputs = [ makeWrapper ];