Skip to content

Commit

Permalink
coq.autosubst: 1.8 -> 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jthulhu authored and vbgl committed Sep 20, 2024
1 parent 56501da commit ab60645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/coq-modules/autosubst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ mkCoqDerivation {

release."1.7".sha256 = "sha256-qoyteQ5W2Noxf12uACOVeHhPLvgmTzrvEo6Ts+FKTGI=";
release."1.8".sha256 = "sha256-n0lD8D+tjqkDDjFiE4CggxczOPS5TkEnxpB3zEwWZ2I=";
release."1.9".sha256 = "sha256-XiLZjMc+1iwRGOstfLm/WQRF6FTdX6oJr5urn3wmLlA=";

inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.10" "8.13"; out = "1.7"; }
{ case = range "8.14" "8.20"; out = "1.9"; }
{ case = range "8.14" "8.18"; out = "1.8"; }
{ case = range "8.10" "8.13"; out = "1.7"; }
] null;

propagatedBuildInputs = [ mathcomp-ssreflect ];
Expand Down

0 comments on commit ab60645

Please sign in to comment.