File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pkgs/development/coq-modules/ssprove Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212
1313 inherit version ;
1414 defaultVersion = with lib . versions ; lib . switch [ coq . coq-version mathcomp-ssreflect . version ] [
15- { cases = [ ( range "8.18" "8.19 " ) ( range "2.1.0" "2.2.0" ) ] ; out = "0.2.1 " ; }
15+ { cases = [ ( range "8.18" "8.20 " ) ( range "2.1.0" "2.2.0" ) ] ; out = "0.2.2 " ; }
1616 # This is the original dependency:
1717 # { cases = ["8.17" "1.18.0"]; out = "0.1.0"; }
1818 # But it is not loadable. The math-comp nixpkgs configuration
2525
2626 releaseRev = v : "v${ v } " ;
2727
28+ release . "0.2.2" . sha256 = "sha256-tBF8equJd6hKZojpe+v9h6Tg9xEnMTVFgOYK7ZnMfxk=" ;
2829 release . "0.2.1" . sha256 = "sha256-X00q5QFxdcGWeNqOV/PLTOqQyyfqFEinbGUTO7q8bC4=" ;
2930 release . "0.2.0" . sha256 = "sha256-GDkWH0LUsW165vAUoYC5of9ndr0MbfBtmrPhsJVXi3o=" ;
3031 release . "0.1.0" . sha256 = "sha256-Yj+k+mBsudi3d6bRVlZLyM4UqQnzAX5tHvxtKoIuNTE=" ;
You can’t perform that action at this time.
0 commit comments