Skip to content

Commit 5e9cc55

Browse files
vbgleponier
authored andcommitted
Update mathcomp-word to v3.3
1 parent f814b30 commit 5e9cc55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/mathcomp-word.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
let inherit (coqPackages) coq; in
44

5-
let rev = "ab88e47277a24cbab4c0eaa6c15bd067be94153f"; in
5+
let rev = "8a677724135da3ef369f154b060c7fd97239ff15"; in
66

77
stdenv.mkDerivation rec {
8-
version = "3.2-git-${builtins.substring 0 8 rev}";
8+
version = "3.3-git-${builtins.substring 0 8 rev}";
99
pname = "coq${coq.coq-version}-mathcomp-word";
1010

1111
src = fetchFromGitHub {
1212
owner = "jasmin-lang";
1313
repo = "coqword";
1414
inherit rev;
15-
hash = "sha256-wn4slBYFZtWZBVBGak5ELUIJZBEYdRmdDs1UNGfXT4A=";
15+
hash = "sha256-5ZKz2QKOfMRCfppR/3oKzIghEU1pMUB0128OdSP6ptw=";
1616
};
1717

1818
buildInputs = [ coq ocaml dune_3 ];

0 commit comments

Comments
 (0)