Skip to content

Commit

Permalink
coqPackages.CoLoR: 1.8.4 → 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 19, 2024
1 parent b64ebbd commit f1e8e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/coq-modules/CoLoR/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ mkCoqDerivation {
owner = "fblanqui";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.version [
{case = range "8.14" "8.18"; out = "1.8.4"; }
{case = range "8.14" "8.19"; out = "1.8.5"; }
{case = range "8.12" "8.16"; out = "1.8.2"; }
{case = range "8.10" "8.11"; out = "1.7.0"; }
{case = range "8.8" "8.9"; out = "1.6.0"; }
{case = range "8.6" "8.7"; out = "1.4.0"; }
] null;

release."1.8.5".sha256 = "sha256-zKAyj6rKAasDF+iKExmpVHMe2WwgAwv2j1mmiVAl7ys=";
release."1.8.4".sha256 = "sha256-WlRiaLgnFFW5AY0z6EzdP1mevNe1GHsik6wULJLN4k0=";
release."1.8.3".sha256 = "sha256-mMUzIorkQ6WWQBJLk1ioUNwAdDdGHJyhenIvkAjALVU=";
release."1.8.2".sha256 = "sha256:1gvx5cxm582793vxzrvsmhxif7px18h9xsb2jljy2gkphdmsnpqj";
Expand Down

0 comments on commit f1e8e48

Please sign in to comment.