Skip to content

Commit 14d8890

Browse files
4ever2vbgl
authored andcommitted
coqPackages.ssprove: 0.2.1 → 0.2.2
1 parent cebaaf5 commit 14d8890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
@@ -25,6 +25,7 @@
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=";

0 commit comments

Comments
 (0)