summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-12-02 10:24:09 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-12-05 09:22:59 +0100
commit3eb6874bda0b517574ecfa06a7cf536fe322b42b (patch)
tree280e27a2d4874d33b42ee72c8d3325309a4e58a8
parent4590da9d9c2c4d59ea10667124b0092b1e2a041a (diff)
downloadnixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar.gz
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar.bz2
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar.lz
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar.xz
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.tar.zst
nixpkgs-3eb6874bda0b517574ecfa06a7cf536fe322b42b.zip
compcert: add support for Coq 8.16.1
-rw-r--r--pkgs/development/coq-modules/compcert/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/compcert/default.nix b/pkgs/development/coq-modules/compcert/default.nix
index c8c66395c42..fb6527989d8 100644
--- a/pkgs/development/coq-modules/compcert/default.nix
+++ b/pkgs/development/coq-modules/compcert/default.nix
@@ -145,6 +145,11 @@ compcert.overrideAttrs (o:
             url = "https://github.com/AbsInt/CompCert/commit/34be08a23d18d56f2dde24fd24b6dbe3bcb01ec3.patch";
             sha256 = "sha256-a5YnftGVadVypEqrOYRRxI7YtGOEWyKnO4GqakFhvzI=";
           })
+          # Support for Coq 8.16.1
+          (fetchpatch {
+            url = "https://github.com/AbsInt/CompCert/commit/35531503b3493cb9b0ec8a8585e84928c85b4af9.patch";
+            hash = "sha256-DvtYi/eiPUe8tA0EFTcCjJA0JjtVKceUsX4ZDM0pWkE=";
+          })
         ];
       }
     ] [];