From 5bf05c6a6991c98222b50e3e0d6927e8f732eb9e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 12 Dec 2023 15:57:48 +0800 Subject: [PATCH] update ARTIQ version used for PGO profiling --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9c167a6..bd8ad4f 100644 --- a/flake.nix +++ b/flake.nix @@ -94,8 +94,8 @@ (pkgs.fetchFromGitHub { owner = "m-labs"; repo = "artiq"; - rev = "4c189f8c0576111733bb6ff934035c080c8ccc58"; - sha256 = "sha256-gYGzmfaIoftKFDwn8AybUenYtIpux+tHGMu51WgwA8A="; + rev = "8b4572f9cad34ac0c2b6f6bba9382e7b59b2f93b"; + sha256 = "sha256-O/0sUSxxXU1AL9cmT9qdzCkzdOKREBNftz22/8ouQcc="; }) ]; buildInputs = [