Skip to content

Commit 5a0a25b

Browse files
committed
update easycrypt to the lastest version
Signed-off-by: Thing-han, Lim <[email protected]>
1 parent 9df540b commit 5a0a25b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs = {
55
nixpkgs.url = "nixpkgs/release-24.05";
66

7-
easycrypt.url = "github:EasyCrypt/easycrypt/4201fddc14b81d2a69a33f034c9c7db4dfd58d0e";
7+
easycrypt.url = "github:EasyCrypt/easycrypt/a9e31ff5f758ef62453d76de382a10ee718afc51";
88
jasmin = {
99
url = "github:jasmin-lang/jasmin/e4640e7dcdb01d1ba63617a5d78456e1209d699c";
1010
flake = false;
@@ -35,7 +35,7 @@
3535
packages = [
3636
ec.with_provers
3737
pkgs.why3
38-
pkgs.valgrind
38+
(pkgs.lib.optional pkgs.stdenv.isLinux pkgs.valgrind)
3939
];
4040

4141
ECARGS = "-I Jasmin:${jasmin}/eclib";

0 commit comments

Comments
 (0)