From b438bf34b8501bd8e7a625430ddd7507a5e116f2 Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Mon, 30 Aug 2021 18:46:45 -0400 Subject: [PATCH] bumped dax version to 6.5 --- artiq-full/extras.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 57d65ae..6a4053a 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -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; -- 2.42.0