From 4452c8986ae326ab949bcd74ab055bbb0ec35094 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 20 Feb 2024 13:29:00 +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 bd8ad4f..5b92106 100644 --- a/flake.nix +++ b/flake.nix @@ -94,8 +94,8 @@ (pkgs.fetchFromGitHub { owner = "m-labs"; repo = "artiq"; - rev = "8b4572f9cad34ac0c2b6f6bba9382e7b59b2f93b"; - sha256 = "sha256-O/0sUSxxXU1AL9cmT9qdzCkzdOKREBNftz22/8ouQcc="; + rev = "923ca3377d42c815f979983134ec549dc39d3ca0"; + sha256 = "sha256-oJoEeNEeNFSUyh6jXG8Tzp6qHVikeHS0CzfE+mODPgw="; }) ]; buildInputs = [