From c97414a27bb7b7b2cefe49bb6e992ae5bcb17e7c Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Mon, 30 Aug 2021 17:27:50 -0400 Subject: [PATCH] bumped dax-applets version to 11b7e600 --- 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 dac48d4..ecd8524 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 = "584ea3e54131242ec1da5365abd21670cdf4a169"; - sha256 = "0mgjd92yifs24dg4b14vhawx5mdisbx6jqi5xf7fgkijzjp9hvs3"; + rev = "11b7e6007825e61b61ae9f5994ffd9951c21ea6f"; + sha256 = "1jzpgxbx1cfwc784in0fbsga48589cpb8cdb7lbq5w31v0wpjbm4"; }; pythonOptions = { propagatedBuildInputs = [ artiq ]