|
|
|
@ -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; |
|
|
|
|