From 80969c53d42f5cb505d22db581377ee947ddad8b 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 155ef0f..57d65ae 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 ]