bumped dax version to 6.5

pull/68/head
Leon Riesebos 2021-08-30 18:46:45 -04:00
parent 80969c53d4
commit b438bf34b8
1 changed files with 2 additions and 2 deletions

View File

@ -241,13 +241,13 @@ in
condaOptions = { dependencies = [ "flake8" ]; };
}) // (dualPackage rec {
name = "dax";
version = "6.4";
version = "6.5";
enabled = builtins.head (builtins.splitVersion version) == builtins.head (builtins.splitVersion artiq.version);
withManual = false;
src = pkgs.fetchgit {
url = "https://gitlab.com/duke-artiq/dax.git";
rev = "v${version}";
sha256 = "08w0fpyyhk78i1qmych9kq3va02sm5k1z14yhzrfk9hhf5r7ypf8";
sha256 = "1za7n59ya175w1y6gfx0zf4cayizz5m9gd1mf93bkycwx7pyhn4a";
};
pythonOptions = {
VERSIONEER_OVERRIDE = version;