From 71fd6ed87d5cd1808e9a17e9aa9710603e9142a5 Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Sat, 27 Nov 2021 16:01:25 -0500 Subject: [PATCH] extras: bumped dax-applets to 3cd1aef --- 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 8defe5f..085d56a 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -263,8 +263,8 @@ in withManual = false; src = pkgs.fetchgit { url = "https://gitlab.com/duke-artiq/dax-applets.git"; - rev = "11b7e6007825e61b61ae9f5994ffd9951c21ea6f"; - sha256 = "1jzpgxbx1cfwc784in0fbsga48589cpb8cdb7lbq5w31v0wpjbm4"; + rev = "3cd1aefb03208021a38fd04803f6dcff25f61e1d"; + sha256 = "0kk745fc8dri0zs1db790zl0dja4ibz4cd2h85xq6j6ar1s6afwj"; }; pythonOptions = { propagatedBuildInputs = [ artiq ]