From 7a639e4fb4425fa709613fb82da33141666142ef Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Tue, 29 Jun 2021 13:41:39 -0400 Subject: [PATCH] extras: bumped dax version to 6.4 --- 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 9b2ecc5..ea6a55a 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -241,12 +241,12 @@ in condaOptions = { dependencies = [ "flake8" ]; }; }) // (dualPackage rec { name = "dax"; - version = "6.3"; + version = "6.4"; withManual = false; src = pkgs.fetchgit { url = "https://gitlab.com/duke-artiq/dax.git"; rev = "v${version}"; - sha256 = "17bgqal8iyajnmp11wd59k4i8gpa3zf3cm7v8mjail5c8bnwyl4c"; + sha256 = "08w0fpyyhk78i1qmych9kq3va02sm5k1z14yhzrfk9hhf5r7ypf8"; }; pythonOptions = { VERSIONEER_OVERRIDE = version;