Skip to content

Commit 5d928bf

Browse files
committed
coqPackages.jasmin: 2024.07.3 → 2025.02.0
1 parent 12cce16 commit 5d928bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/coq-modules/jasmin/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ mkCoqDerivation {
1616
defaultVersion =
1717
with lib.versions;
1818
lib.switch [ coq.version mathcomp.version ] [
19-
{ cases = [ (range "8.19" "8.20") (range "2.2" "2.3") ]; out = "2024.07.3"; }
19+
{ cases = [ (range "8.19" "9.0") (range "2.2" "2.3") ]; out = "2025.02.0"; }
2020
{ cases = [ (isEq "8.18") (isEq "2.2") ]; out = "2024.07.2"; }
2121
] null;
2222
releaseRev = v: "v${v}";
2323

24+
release."2025.02.0".sha256 = "sha256-Jlf0+VPuYWXdWyKHKHSp7h/HuCCp4VkcrgDAmh7pi5s=";
2425
release."2024.07.3".sha256 = "sha256-n/X8d7ILuZ07l24Ij8TxbQzAG7E8kldWFcUI65W4r+c=";
2526
release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8=";
2627

0 commit comments

Comments
 (0)