lol

coq: 8.20.0 -> 8.20.1 (#374488)

authored by

Pierre Roux and committed by
GitHub
7e33ecb2 61698502

+19
+1
pkgs/applications/science/logic/coq/default.nix
··· 59 59 "8.19.1".sha256 = "sha256-kmZ8Uk8jpzjOd67aAPp3C+vU2oNaBw9pr7+Uixcgg94="; 60 60 "8.19.2".sha256 = "sha256-q+i07JsMZp83Gqav6v1jxsgPLN7sPvp5/oszVnavmz0="; 61 61 "8.20.0".sha256 = "sha256-WFpZlA6CzFVAruPhWcHQI7VOBVhrGLdFzWrHW0DTSl0="; 62 + "8.20.1".sha256 = "sha256-nRaLODPG4E3gUDzGrCK40vhl4+VhPyd+/fXFK/HC3Ig="; 62 63 }; 63 64 releaseRev = v: "V${v}"; 64 65 fetched = import ../../../../build-support/coq/meta-fetch/default.nix
+18
pkgs/development/coq-modules/compcert/default.nix
··· 278 278 url = "https://github.com/AbsInt/CompCert/commit/20a5b48758bf8ac18e4c420df67017b371efc237.patch"; 279 279 hash = "sha256-TJ87CvLiAv1absGnPsTXsD/HQwKgS82loUTcosulyso="; 280 280 }) 281 + # Support for Coq 8.20.1 282 + (fetchpatch { 283 + url = "https://github.com/AbsInt/CompCert/commit/e6c9a2d068ae67923bbc7c6b7035b6afde6ece3c.patch"; 284 + hash = "sha256-PtiEkG/aLRotIiqrmc6SQncQSi7IGSC5QX3e52xkOUQ="; 285 + }) 286 + ]; 287 + } 288 + { 289 + cases = [ 290 + (isEq "8.20") 291 + (isEq "3.15") 292 + ]; 293 + out = [ 294 + # Support for Coq 8.20.1 295 + (fetchpatch { 296 + url = "https://github.com/AbsInt/CompCert/commit/e524b0a19ae5140f64047b1cba6ebbe1d16d5bbf.patch"; 297 + hash = "sha256-24kt0hA75ooyXymH+kNS5VlsuXMHbkqTw4m+BzNUwrw="; 298 + }) 281 299 ]; 282 300 } 283 301 ]