Revert "coqPackages.jasmin: 2024.07.2 -> 2025.02.0"

This reverts commit a896c1b227.
This commit is contained in:
Vincent Laporte
2025-03-18 07:16:43 +01:00
committed by Vincent Laporte
parent 9e270b2337
commit 502d5ef9f3
@@ -17,11 +17,11 @@ mkCoqDerivation {
with lib.versions;
lib.switch [ coq.version mathcomp.version ] [
{ cases = [ (range "8.18" "8.20") (range "2.2" "2.3") ];
out = "2025.02.0"; }
out = "2024.07.2"; }
] null;
releaseRev = v: "v${v}";
release."2025.02.0".sha256 = "sha256-Jlf0+VPuYWXdWyKHKHSp7h/HuCCp4VkcrgDAmh7pi5s=";
release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8=";
propagatedBuildInputs = [
mathcomp-algebra-tactics