dax: fix sha256

pull/58/head
Sebastien Bourdeauducq 2021-06-09 19:29:59 +08:00
parent bfced456af
commit 6c768586b3
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ in
src = pkgs.fetchgit {
url = "https://gitlab.com/duke-artiq/dax.git";
rev = "v${version}";
sha256 = "1agxyx2rxylrwc3zyz2czdbfv2sxrx5mrwahm0n7gnn87f32h36v";
sha256 = "17bgqal8iyajnmp11wd59k4i8gpa3zf3cm7v8mjail5c8bnwyl4c";
};
pythonOptions = {
VERSIONEER_OVERRIDE = version;