Skip to content
Snippets Groups Projects
Commit 3cc827eb authored by Maël Madon's avatar Maël Madon
Browse files

use latest version of batmen (with corrected easy_bf_fast)

parent 7ca6f8a5
Branches
Tags
No related merge requests found
......@@ -25,9 +25,10 @@ let self = rec {
batmen = kapack.batsched.overrideAttrs (attr: rec {
name = "batmen";
version = "refs/tags/replay_feedback2023";
src = fetchGit rec {
src = fetchgit rec {
url = "https://gitlab.irit.fr/sepia-pub/mael/batmen.git";
ref = version;
rev = version;
sha256 = "sha256-YRL+cehPDZP5zqZEhFIuf5DpF8rG5UhLs1oDnuM5U5Q=";
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment