From 184de89074a6fce9e434c6ce68382ef47b0831e6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 12 Nov 2019 22:18:38 +0800 Subject: [PATCH] hut2: bump --- 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 60bea14..613de41 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -119,8 +119,8 @@ in src = pkgs.fetchFromGitHub { owner = "quartiq"; repo = "hut2"; - rev = "26aaa8edd57d44dc00a41c3082536ac58dcbc9d6"; - sha256 = "0p8iwapsx3g5k2sazian4s97cwcixkh3gnn7y44mhyydn8k7i3g0"; + rev = "68369d5d63d233827840a9a752d90454a4e03baa"; + sha256 = "0r832c0icz8v3w27ci13024bqfslj1gx6dwhjv11ksw229xdcghd"; }; pythonOptions = { propagatedBuildInputs = [ sipyco ];