lol

coqPackages.jasmin: 2024.07.3 → 2025.02.0

authored by

Vincent Laporte and committed by
Vincent Laporte
5d928bf4 12cce16d

+2 -1
+2 -1
pkgs/development/coq-modules/jasmin/default.nix
··· 16 16 defaultVersion = 17 17 with lib.versions; 18 18 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"; } 20 20 { cases = [ (isEq "8.18") (isEq "2.2") ]; out = "2024.07.2"; } 21 21 ] null; 22 22 releaseRev = v: "v${v}"; 23 23 24 + release."2025.02.0".sha256 = "sha256-Jlf0+VPuYWXdWyKHKHSp7h/HuCCp4VkcrgDAmh7pi5s="; 24 25 release."2024.07.3".sha256 = "sha256-n/X8d7ILuZ07l24Ij8TxbQzAG7E8kldWFcUI65W4r+c="; 25 26 release."2024.07.2".sha256 = "sha256-aF8SYY5jRxQ6iEr7t6mRN3BEmIDhJ53PGhuZiJGB+i8="; 26 27