We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f814b30 commit 5e9cc55Copy full SHA for 5e9cc55
scripts/mathcomp-word.nix
@@ -2,17 +2,17 @@
2
3
let inherit (coqPackages) coq; in
4
5
-let rev = "ab88e47277a24cbab4c0eaa6c15bd067be94153f"; in
+let rev = "8a677724135da3ef369f154b060c7fd97239ff15"; in
6
7
stdenv.mkDerivation rec {
8
- version = "3.2-git-${builtins.substring 0 8 rev}";
+ version = "3.3-git-${builtins.substring 0 8 rev}";
9
pname = "coq${coq.coq-version}-mathcomp-word";
10
11
src = fetchFromGitHub {
12
owner = "jasmin-lang";
13
repo = "coqword";
14
inherit rev;
15
- hash = "sha256-wn4slBYFZtWZBVBGak5ELUIJZBEYdRmdDs1UNGfXT4A=";
+ hash = "sha256-5ZKz2QKOfMRCfppR/3oKzIghEU1pMUB0128OdSP6ptw=";
16
};
17
18
buildInputs = [ coq ocaml dune_3 ];
0 commit comments