Skip to content

Commit

Permalink
coqPackages.vscoq-language-server: 2.1.7 -> 2.2.1 (NixOS#350287)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 19, 2024
2 parents 3a33ce7 + f52a17e commit af49eb2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

let ocamlPackages = coq.ocamlPackages;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.18" "8.20"; out = "2.1.7"; }
{ case = range "8.18" "8.20"; out = "2.2.1"; }
{ case = range "8.18" "8.19"; out = "2.1.2"; }
{ case = isEq "8.18"; out = "2.0.3+coq8.18"; }
] null;
Expand All @@ -17,6 +17,8 @@ let ocamlPackages = coq.ocamlPackages;
release."2.1.4".sha256 = "sha256-Vwve1sCg5OsGmhDLlOyGCwP6A8g618IzD79vLPw/JtQ=";
release."2.1.7".rev = "v2.1.7";
release."2.1.7".sha256 = "sha256-HsLv2ziPIUK6Q5/xz8ZvaGWggUCK1AKv47U5M7SCcKU=";
release."2.2.1".rev = "v2.2.1";
release."2.2.1".sha256 = "sha256-miIVAv/8jlP1pXnoK1MWz4O6nlmb309a8UjcCivbiB4=";
inherit location; });
fetched = fetch (if version != null then version else defaultVersion);
in
Expand Down

0 comments on commit af49eb2

Please sign in to comment.